MockableRecoveryServicesBackupResourceGroupResource.GetBackupProtectionContainersAsync Method

Definition

Lists the containers registered to Recovery Services Vault.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupProtectionContainers.
  • Operation Id. : BackupProtectionContainers_List.
  • Default Api Version. : 2026-01-31-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesBackup.BackupProtectionContainerResource> GetBackupProtectionContainersAsync(string vaultName, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBackupProtectionContainersAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesBackup.BackupProtectionContainerResource>
override this.GetBackupProtectionContainersAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesBackup.BackupProtectionContainerResource>
Public Overridable Function GetBackupProtectionContainersAsync (vaultName As String, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of BackupProtectionContainerResource)

Parameters

vaultName
String

The name of the recovery services vault.

filter
String

OData filter options.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of BackupProtectionContainerResource that may take multiple service requests to iterate over.

Exceptions

vaultName is null.

vaultName is an empty string, and was expected to be non-empty.

Applies to