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