PoolOperationsExtensions.Get(IPoolOperations, String, String, String) Method

Definition

Gets information about the specified pool.

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

Parameters

operations
IPoolOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the Batch account.

accountName
String

The name of the Batch account.

poolName
String

The pool name. This must be unique within the account.

Returns

Applies to