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