Skip to main content

saa_s_operation_group

Creates, updates, deletes, gets or lists a saa_s_operation_group resource.

Overview

Namesaa_s_operation_group
TypeResource
Idazure_isv.commvaultcontentstore.saa_s_operation_group

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
activate_resourceexecsubscription_id, saaSGuidResolve the token to get the SaaS resource ID and activate the SaaS resource.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
subscription_idstring

Lifecycle Methods

Resolve the token to get the SaaS resource ID and activate the SaaS resource.

EXEC azure_isv.commvaultcontentstore.saa_s_operation_group.activate_resource 
@subscription_id='{{ subscription_id }}' --required
@@json=
'{
"saaSGuid": "{{ saaSGuid }}"
}'
;