ClusterPoolUpgradeHistories interface

Interface representing a ClusterPoolUpgradeHistories.

Methods

list(string, string, ClusterPoolUpgradeHistoriesListOptionalParams)

Returns a list of upgrade history.

Method Details

list(string, string, ClusterPoolUpgradeHistoriesListOptionalParams)

Returns a list of upgrade history.

function list(resourceGroupName: string, clusterPoolName: string, options?: ClusterPoolUpgradeHistoriesListOptionalParams): PagedAsyncIterableIterator<ClusterPoolUpgradeHistory, ClusterPoolUpgradeHistory[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

clusterPoolName

string

The name of the cluster pool.

options
ClusterPoolUpgradeHistoriesListOptionalParams

The options parameters.

Returns