Partager via


ApplicationOperationsExtensions.GetAsync Méthode

Définition

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.Application> GetAsync (this Microsoft.Azure.Management.Batch.IApplicationOperations operations, string resourceGroupName, string accountName, string applicationName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Batch.IApplicationOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.Application>
<Extension()>
Public Function GetAsync (operations As IApplicationOperations, resourceGroupName As String, accountName As String, applicationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Application)

Paramètres

operations
IApplicationOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources qui contient le compte Batch.

accountName
String

Le nom du compte Batch.

applicationName
String

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à