NetAppElasticAccountResource.GetNetAppElasticCapacityPoolAsync Method

Definition

Get the NetApp Elastic Capacity Pool

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

Parameters

poolName
String

The name of the ElasticCapacityPool.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

poolName is null.

poolName is an empty string, and was expected to be non-empty.

Applies to