saa_s_operation_group
Creates, updates, deletes, gets or lists a saa_s_operation_group resource.
Overview
| Name | saa_s_operation_group |
| Type | Resource |
| Id | azure_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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
activate_resource | exec | subscription_id, saaSGuid | Resolve 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.
| Name | Datatype | Description |
|---|---|---|
subscription_id | string |
Lifecycle Methods
- activate_resource
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 }}"
}'
;