PoolsOperationsExtensions.Get Method

Definition

Get details of the specified capacity pool

public static Microsoft.Azure.Management.NetApp.Models.CapacityPool Get (this Microsoft.Azure.Management.NetApp.IPoolsOperations operations, string resourceGroupName, string accountName, string poolName);
static member Get : Microsoft.Azure.Management.NetApp.IPoolsOperations * string * string * string -> Microsoft.Azure.Management.NetApp.Models.CapacityPool
<Extension()>
Public Function Get (operations As IPoolsOperations, resourceGroupName As String, accountName As String, poolName As String) As CapacityPool

Parameters

operations
IPoolsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

accountName
String

The name of the NetApp account

poolName
String

The name of the capacity pool

Returns

Applies to