Partilhar via


BatchAccountResource.GetBatchAccountPool(String, CancellationToken) Método

Definição

Obtém informações sobre o pool especificado.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}
  • Operação IdPool_Get
public virtual Azure.Response<Azure.ResourceManager.Batch.BatchAccountPoolResource> GetBatchAccountPool (string poolName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBatchAccountPool : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Batch.BatchAccountPoolResource>
override this.GetBatchAccountPool : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Batch.BatchAccountPoolResource>
Public Overridable Function GetBatchAccountPool (poolName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BatchAccountPoolResource)

Parâmetros

poolName
String

O nome do pool. Isso deve ser exclusivo dentro da conta.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

poolName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

poolName é nulo.

Aplica-se a