ClusterUpgradeHistories interface
Interface representing a ClusterUpgradeHistories.
Methods
list(string, string, string, Cluster |
Returns a list of upgrade history. |
Method Details
list(string, string, string, ClusterUpgradeHistoriesListOptionalParams)
Returns a list of upgrade history.
function list(resourceGroupName: string, clusterPoolName: string, clusterName: string, options?: ClusterUpgradeHistoriesListOptionalParams): PagedAsyncIterableIterator<ClusterUpgradeHistory, ClusterUpgradeHistory[], 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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for JavaScript