ProtectionGroupResource.Update Method

Definition

Update a ProtectionGroup.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Commvault.ContentStore/cloudAccounts/{cloudAccountName}/protectionGroups/{protectionGroupName}.
  • Operation Id. : ProtectionGroups_CreateOrupdate.
  • Default Api Version. : 2026-07-03-preview.
  • Resource. : ProtectionGroupResource.
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CommvaultContentStore.ProtectionGroupResource> Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.CommvaultContentStore.ProtectionGroupData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.CommvaultContentStore.ProtectionGroupData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CommvaultContentStore.ProtectionGroupResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.CommvaultContentStore.ProtectionGroupData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CommvaultContentStore.ProtectionGroupResource>
Public Overridable Function Update (waitUntil As WaitUntil, data As ProtectionGroupData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ProtectionGroupResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

data
ProtectionGroupData

Resource create parameters.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to