Delen via


ApplicationOperationsExtensions.GetAsync Methode

Definitie

Hiermee haalt u informatie op over de opgegeven toepassing.

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)

Parameters

operations
IApplicationOperations

De bewerkingsgroep voor deze extensiemethode.

resourceGroupName
String

De naam van de resourcegroep die het Batch-account bevat.

accountName
String

De naam van het Batch-account.

applicationName
String

De naam van de toepassing. Dit moet uniek zijn binnen het account.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op