Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterPoolAksPatchUpgradeHistoryProperties
Packages that use ClusterPoolAksPatchUpgradeHistoryProperties
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterPoolAksPatchUpgradeHistoryProperties in com.azure.resourcemanager.hdinsight.containers.models
Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterPoolAksPatchUpgradeHistoryPropertiesModifier and TypeMethodDescriptionClusterPoolAksPatchUpgradeHistoryProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterPoolAksPatchUpgradeHistoryProperties from the JsonReader.ClusterPoolAksPatchUpgradeHistoryProperties.withNewVersion(String newVersion) Set the newVersion property: Version going to update.ClusterPoolAksPatchUpgradeHistoryProperties.withOriginalVersion(String originalVersion) Set the originalVersion property: Version before update.ClusterPoolAksPatchUpgradeHistoryProperties.withUpgradeAllClusterNodes(Boolean upgradeAllClusterNodes) Set the upgradeAllClusterNodes property: Whether upgrade all cluster nodes.ClusterPoolAksPatchUpgradeHistoryProperties.withUpgradeClusterPool(Boolean upgradeClusterPool) Set the upgradeClusterPool property: Whether upgrade cluster pool.ClusterPoolAksPatchUpgradeHistoryProperties.withUpgradeResult(ClusterPoolUpgradeHistoryUpgradeResultType upgradeResult) Set the upgradeResult property: Result of this upgrade.ClusterPoolAksPatchUpgradeHistoryProperties.withUtcTime(String utcTime) Set the utcTime property: Time when created this upgrade history.