Compartilhar via


BatchAccountCollection.GetAsync(String, CancellationToken) Método

Definição

Obtém informações sobre a conta do Lote especificada.

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

Parâmetros

accountName
String

O nome da conta do Lote.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

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

accountName é nulo.

Aplica-se a