Freigeben über


HDInsightApplicationCollection.GetAll(CancellationToken) Methode

Definition

Listet alle Anwendungen für den HDInsight-Cluster auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications
  • Vorgangs-IdApplications_ListByCluster
public virtual Azure.Pageable<Azure.ResourceManager.HDInsight.HDInsightApplicationResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HDInsight.HDInsightApplicationResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HDInsight.HDInsightApplicationResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of HDInsightApplicationResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von HDInsightApplicationResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: