ClusterAvailableUpgrades interface

Interface representing a ClusterAvailableUpgrades.

Methods

list(string, string, string, ClusterAvailableUpgradesListOptionalParams)

List a cluster available upgrade.

Method Details

list(string, string, string, ClusterAvailableUpgradesListOptionalParams)

List a cluster available upgrade.

function list(resourceGroupName: string, clusterPoolName: string, clusterName: string, options?: ClusterAvailableUpgradesListOptionalParams): PagedAsyncIterableIterator<ClusterAvailableUpgrade, ClusterAvailableUpgrade[], PageSettings>

Parameters

resourceGroupName

string

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

clusterPoolName

string

The name of the cluster pool.

clusterName

string

The name of the HDInsight cluster.

options
ClusterAvailableUpgradesListOptionalParams

The options parameters.

Returns