NetAppElasticBackupCollection.GetAllAsync(CancellationToken) Method

Definition

List all elastic backups Under an elastic Backup Vault

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/elasticAccounts/{accountName}/elasticBackupVaults/{backupVaultName}/elasticBackups.
  • Operation Id. : ElasticBackups_ListByVault.
  • Default Api Version. : 2026-01-15-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.NetApp.NetAppElasticBackupResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NetApp.NetAppElasticBackupResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NetApp.NetAppElasticBackupResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NetAppElasticBackupResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to