MockableRecoveryServicesBackupResourceGroupResource.GetBackupProtectableItemsAsync Method

Definition

Provides a pageable list of protectable objects within your subscription according to the query filter and the pagination parameters.

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

Parameters

vaultName
String

The name of the recovery services vault.

filter
String

OData filter options.

skipToken
String

skipToken Filter.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of WorkloadProtectableItemResource 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