NetAppElasticAccountResource.GetNetAppElasticCapacityPool 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 Azure.Response<Azure.ResourceManager.NetApp.NetAppElasticCapacityPoolResource> GetNetAppElasticCapacityPool(string poolName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetAppElasticCapacityPool : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.NetApp.NetAppElasticCapacityPoolResource>
override this.GetNetAppElasticCapacityPool : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.NetApp.NetAppElasticCapacityPoolResource>
Public Overridable Function GetNetAppElasticCapacityPool (poolName As String, Optional cancellationToken As CancellationToken = Nothing) As 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