Freigeben über


ApplicationOperations.GetApplicationSummaryAsync Methode

Definition

Ruft Informationen zur angegebenen Anwendung ab.

public System.Threading.Tasks.Task<Microsoft.Azure.Batch.ApplicationSummary> GetApplicationSummaryAsync (string applicationId, Microsoft.Azure.Batch.DetailLevel detailLevel = default, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default, System.Threading.CancellationToken cancellationToken = default);
member this.GetApplicationSummaryAsync : string * Microsoft.Azure.Batch.DetailLevel * seq<Microsoft.Azure.Batch.BatchClientBehavior> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Batch.ApplicationSummary>
Public Function GetApplicationSummaryAsync (applicationId As String, Optional detailLevel As DetailLevel = Nothing, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ApplicationSummary)

Parameter

applicationId
String

Die ID der abzurufenden Anwendung.

detailLevel
DetailLevel

Ein DetailLevel , der zum Steuern verwendet wird, welche Eigenschaften aus dem Dienst abgerufen werden.

additionalBehaviors
IEnumerable<BatchClientBehavior>

Eine Auflistung von BatchClientBehavior Instanzen, die nach und detailLevelauf die CustomBehaviors Batch-Dienstanforderung angewendet werden.

cancellationToken
CancellationToken

Ein CancellationToken zum Steuern der Lebensdauer des asynchronen Vorgangs.

Gibt zurück

Ein ApplicationSummary , der Informationen zur angegebenen Anwendung enthält.

Hinweise

Der Vorgang zum Abrufen der Anwendung wird asynchron ausgeführt.

Gilt für: