Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterUpgradeHistoryListResult
Packages that use ClusterUpgradeHistoryListResult
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterUpgradeHistoryListResult in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ClusterUpgradeHistoryListResultModifier and TypeClassDescriptionfinal classRepresents a list of cluster upgrade history.Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterUpgradeHistoryListResultModifier and TypeMethodDescriptionClusterUpgradeHistoryListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterUpgradeHistoryListResult from the JsonReader.ClusterUpgradeHistoryListResult.withValue(List<ClusterUpgradeHistoryInner> value) Set the value property: The list of cluster upgrade history.