Поделиться через


PoolOperationsExtensions.GetAsync Метод

Определение

Возвращает сведения об указанном пуле.

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)

Параметры

operations
IPoolOperations

Группа операций для этого метода расширения.

resourceGroupName
String

Имя группы ресурсов, содержащей учетную запись пакетной службы.

accountName
String

Имя учетной записи пакетной службы.

poolName
String

Имя пула. Он должен быть уникальным в пределах учетной записи.

cancellationToken
CancellationToken

Токен отмены.

Возвращаемое значение

Применяется к