ClusterAvailableUpgrades interface
Interface representing a ClusterAvailableUpgrades.
Methods
list(string, string, string, Cluster |
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.
The options parameters.
Returns
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript