ClusterPoolAvailableUpgrades interface

Interface representing a ClusterPoolAvailableUpgrades.

Methods

list(string, string, ClusterPoolAvailableUpgradesListOptionalParams)

List a cluster pool available upgrade.

Method Details

list(string, string, ClusterPoolAvailableUpgradesListOptionalParams)

List a cluster pool available upgrade.

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

Parameters

resourceGroupName

string

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

clusterPoolName

string

The name of the cluster pool.

options
ClusterPoolAvailableUpgradesListOptionalParams

The options parameters.

Returns