Skip to main content

protected_items_operation_group

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

Overview

Nameprotected_items_operation_group
TypeResource
Idazure_isv.commvaultcontentstore.protected_items_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
count_by_protection_groupsexecresourceIdsGets the count of protected items for provided CCA resource IDs across subscriptions.

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

Lifecycle Methods

Gets the count of protected items for provided CCA resource IDs across subscriptions.

EXEC azure_isv.commvaultcontentstore.protected_items_operation_group.count_by_protection_groups 
@@json=
'{
"resourceIds": "{{ resourceIds }}"
}'
;