MockableRecoveryServicesBackupResourceGroupResource.GetSoftDeletedProtectionContainers Method

Definition

Lists the soft deleted containers registered to Recovery Services Vault.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupDeletedProtectionContainers
  • Operation Id: DeletedProtectionContainers_List
public virtual Azure.Pageable<Azure.ResourceManager.RecoveryServicesBackup.BackupProtectionContainerResource> GetSoftDeletedProtectionContainers (string vaultName, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSoftDeletedProtectionContainers : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.RecoveryServicesBackup.BackupProtectionContainerResource>
override this.GetSoftDeletedProtectionContainers : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.RecoveryServicesBackup.BackupProtectionContainerResource>
Public Overridable Function GetSoftDeletedProtectionContainers (vaultName As String, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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 an empty string, and was expected to be non-empty.

vaultName is null.

Applies to