Condividi tramite


NetAppElasticVolumeCollection.GetAll(CancellationToken) Method

Definition

List all Elastic Volumes within the Elastic Capacity Pool

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to