Share via


HDInsightClusterPoolCollection.GetAll(CancellationToken) Method

Definition

Lists the HDInsight cluster pools under a resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools
  • Operation Id: ClusterPools_ListByResourceGroup
  • Default Api Version: 2023-11-01-preview
  • Resource: HDInsightClusterPoolResource
public virtual Azure.Pageable<Azure.ResourceManager.HDInsight.Containers.HDInsightClusterPoolResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HDInsight.Containers.HDInsightClusterPoolResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HDInsight.Containers.HDInsightClusterPoolResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of HDInsightClusterPoolResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to