Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterPoolAvailableUpgradeList
Packages that use ClusterPoolAvailableUpgradeList
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterPoolAvailableUpgradeList in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ClusterPoolAvailableUpgradeListModifier and TypeClassDescriptionfinal classcollection of cluster pool available upgrade.Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterPoolAvailableUpgradeListModifier and TypeMethodDescriptionClusterPoolAvailableUpgradeList.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterPoolAvailableUpgradeList from the JsonReader.ClusterPoolAvailableUpgradeList.withNextLink(String nextLink) Set the nextLink property: The Url of next result page.ClusterPoolAvailableUpgradeList.withValue(List<ClusterPoolAvailableUpgradeInner> value) Set the value property: Collection of cluster pool available upgrade.