Share via


HDInsightClusterResource.GetInstanceViewsAsync(CancellationToken) Method

Definition

Lists the lists of instance views

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools/{clusterPoolName}/clusters/{clusterName}/instanceViews
  • Operation Id: Clusters_ListInstanceViews
  • Default Api Version: 2023-11-01-preview
  • Resource: HDInsightClusterResource
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)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of ClusterInstanceViewResult that may take multiple service requests to iterate over.

Applies to