Partilhar via


BatchApplicationCollection.Get(String, CancellationToken) Método

Definição

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

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

Parâmetros

applicationName
String

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

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

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

applicationName é nulo.

Aplica-se a