Partager via


BatchAccountResource.GetBatchApplicationAsync Méthode

Définition

Obtient des informations sur l’application spécifiée.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}
  • IdApplication_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Batch.BatchApplicationResource>> GetBatchApplicationAsync (string applicationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBatchApplicationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Batch.BatchApplicationResource>>
override this.GetBatchApplicationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Batch.BatchApplicationResource>>
Public Overridable Function GetBatchApplicationAsync (applicationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BatchApplicationResource))

Paramètres

applicationName
String

Le nom de l’application. Il doit être unique au sein du compte.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

applicationName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

applicationName a la valeur null.

S’applique à