Partager via


HDInsightClusterResource.GetHDInsightApplicationAsync Méthode

Définition

Obtient les propriétés de l’application spécifiée.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications/{applicationName}
  • IdApplications_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HDInsight.HDInsightApplicationResource>> GetHDInsightApplicationAsync (string applicationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetHDInsightApplicationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HDInsight.HDInsightApplicationResource>>
override this.GetHDInsightApplicationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HDInsight.HDInsightApplicationResource>>
Public Overridable Function GetHDInsightApplicationAsync (applicationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of HDInsightApplicationResource))

Paramètres

applicationName
String

Valeur constante du nom de l’application.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

applicationName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

applicationName a la valeur null.

S’applique à