Freigeben über


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

Definition

Ruft Informationen zum angegebenen Pool ab.

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

Parameter

operations
IPoolOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die das Batch-Konto enthält.

accountName
String

Der Name des Batch-Kontos.

poolName
String

Der Poolname. Dies muss innerhalb des Kontos eindeutig sein.

Gibt zurück

Gilt für: