Delen via


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

Definitie

Hiermee haalt u informatie op over de opgegeven 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

De bewerkingsgroep voor deze extensiemethode.

resourceGroupName
String

De naam van de resourcegroep die het Batch-account bevat.

accountName
String

De naam van het Batch-account.

poolName
String

De naam van de pool. Dit moet uniek zijn binnen het account.

Retouren

Van toepassing op