Freigeben über


HDInsightClusterResource.GetHDInsightApplication Methode

Definition

Ruft Eigenschaften der angegebenen Anwendung ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications/{applicationName}
  • Vorgang IdApplications_Get
public virtual Azure.Response<Azure.ResourceManager.HDInsight.HDInsightApplicationResource> GetHDInsightApplication (string applicationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetHDInsightApplication : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HDInsight.HDInsightApplicationResource>
override this.GetHDInsightApplication : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HDInsight.HDInsightApplicationResource>
Public Overridable Function GetHDInsightApplication (applicationName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of HDInsightApplicationResource)

Parameter

applicationName
String

Der Konstantenwert für den Anwendungsnamen.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

applicationName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

applicationName ist NULL.

Gilt für: