Condividi tramite


NetAppElasticCapacityPoolCollection.GetAll(CancellationToken) Method

Definition

List and describe all NetApp Elastic Capacity Pools in the Elastic NetApp Account.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to