ProtectionGroupResource.Backup Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Ad-hoc backup of protected items resource in given protection group.
- Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Commvault.ContentStore/cloudAccounts/{cloudAccountName}/protectionGroups/{protectionGroupName}/backup.
- Operation Id. : ProtectionGroups_Backup.
- Default Api Version. : 2026-07-03-preview.
- Resource. : ProtectionGroupResource.
public virtual Azure.Response<Azure.ResourceManager.CommvaultContentStore.Models.BackupProtectionGroupResult> Backup(Azure.ResourceManager.CommvaultContentStore.Models.BackupProtectionGroupContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member Backup : Azure.ResourceManager.CommvaultContentStore.Models.BackupProtectionGroupContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CommvaultContentStore.Models.BackupProtectionGroupResult>
override this.Backup : Azure.ResourceManager.CommvaultContentStore.Models.BackupProtectionGroupContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CommvaultContentStore.Models.BackupProtectionGroupResult>
Public Overridable Function Backup (content As BackupProtectionGroupContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BackupProtectionGroupResult)
Parameters
- content
- BackupProtectionGroupContent
The body type of the operation request.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content is null.