NetAppElasticBackupVaultCollection.GetAll(CancellationToken) Method

Definition

List and describe all Elastic Backup Vaults in the elastic account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/elasticAccounts/{accountName}/elasticBackupVaults
  • Operation Id: ElasticBackupVaults_ListByElasticAccount
  • Default Api Version: 2025-12-15-preview
  • Resource: NetAppElasticBackupVaultResource
public virtual Azure.Pageable<Azure.ResourceManager.NetApp.NetAppElasticBackupVaultResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.NetApp.NetAppElasticBackupVaultResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.NetApp.NetAppElasticBackupVaultResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NetAppElasticBackupVaultResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to