Freigeben über


PoolOperationsExtensions.GetAsync Methode

Definition

Ruft Informationen zum angegebenen Pool ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.Pool> GetAsync (this Microsoft.Azure.Management.Batch.IPoolOperations operations, string resourceGroupName, string accountName, string poolName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Batch.IPoolOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.Pool>
<Extension()>
Public Function GetAsync (operations As IPoolOperations, resourceGroupName As String, accountName As String, poolName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: