Freigeben über


HDInsightClusterResource.GetInstanceViewsAsync(CancellationToken) Methode

Definition

Listet die Listen mit instance Ansichten auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools/{clusterPoolName}/clusters/{clusterName}/instanceViews
  • Vorgang IdClusters_ListInstanceViews
public virtual Azure.AsyncPageable<Azure.ResourceManager.HDInsight.Containers.Models.ClusterInstanceViewResult> GetInstanceViewsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetInstanceViewsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HDInsight.Containers.Models.ClusterInstanceViewResult>
override this.GetInstanceViewsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HDInsight.Containers.Models.ClusterInstanceViewResult>
Public Overridable Function GetInstanceViewsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ClusterInstanceViewResult)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der ClusterInstanceViewResult mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: