Share via


HDInsightClusterResource.GetInstanceViews(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.Pageable<Azure.ResourceManager.HDInsight.Containers.Models.ClusterInstanceViewResult> GetInstanceViews (System.Threading.CancellationToken cancellationToken = default);
abstract member GetInstanceViews : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HDInsight.Containers.Models.ClusterInstanceViewResult>
override this.GetInstanceViews : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HDInsight.Containers.Models.ClusterInstanceViewResult>
Public Overridable Function GetInstanceViews (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ClusterInstanceViewResult)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to