HDInsightClusterPoolResource.GetClusterPoolUpgradeHistoriesAsync Method

Definition

Returns a list of upgrade history.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools/{clusterPoolName}/upgradeHistories
  • Operation Id: ClusterPoolUpgradeHistories_List
  • Default Api Version: 2024-05-01-preview
public virtual Azure.AsyncPageable<Azure.ResourceManager.HDInsight.Containers.Models.ClusterPoolUpgradeHistory> GetClusterPoolUpgradeHistoriesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetClusterPoolUpgradeHistoriesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HDInsight.Containers.Models.ClusterPoolUpgradeHistory>
override this.GetClusterPoolUpgradeHistoriesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HDInsight.Containers.Models.ClusterPoolUpgradeHistory>
Public Overridable Function GetClusterPoolUpgradeHistoriesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ClusterPoolUpgradeHistory)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to