Freigeben über


ApplicationsOperationsExtensions.GetAsync Methode

Definition

Ruft Eigenschaften der angegebenen Anwendung ab.

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

Parameter

operations
IApplicationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

clusterName
String

Der Name des Clusters.

applicationName
String

Der konstante Wert für den Anwendungsnamen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: