BatchAccountResource.GetBatchApplicationAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.