BatchExtensions.GetBatchAccountAsync 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 static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Batch.BatchAccountResource>> GetBatchAccountAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string accountName, System.Threading.CancellationToken cancellationToken = default);
static member GetBatchAccountAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Batch.BatchAccountResource>>
<Extension()>
Public Function GetBatchAccountAsync (resourceGroupResource As ResourceGroupResource, accountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BatchAccountResource))

Parâmetros

resourceGroupResource
ResourceGroupResource

A ResourceGroupResource instância em que o método será executado.

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