Share via


NetAppBackupVaultCollection.GetAllAsync(CancellationToken) Method

Definition

List and describe all Backup Vaults in the NetApp account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupVaults
  • Operation Id: BackupVaults_ListByNetAppAccount
  • Default Api Version: 2023-05-01-preview
  • Resource: NetAppBackupVaultResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.NetApp.NetAppBackupVaultResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NetApp.NetAppBackupVaultResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NetApp.NetAppBackupVaultResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NetAppBackupVaultResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of NetAppBackupVaultResource that may take multiple service requests to iterate over.

Applies to