Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterAksPatchUpgradeHistoryProperties
Packages that use ClusterAksPatchUpgradeHistoryProperties
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterAksPatchUpgradeHistoryProperties in com.azure.resourcemanager.hdinsight.containers.models
Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterAksPatchUpgradeHistoryPropertiesModifier and TypeMethodDescriptionClusterAksPatchUpgradeHistoryProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterAksPatchUpgradeHistoryProperties from the JsonReader.ClusterAksPatchUpgradeHistoryProperties.withNewVersion(String newVersion) Set the newVersion property: Version going to update.ClusterAksPatchUpgradeHistoryProperties.withOriginalVersion(String originalVersion) Set the originalVersion property: Version before update.ClusterAksPatchUpgradeHistoryProperties.withUpgradeResult(ClusterUpgradeHistoryUpgradeResultType upgradeResult) Set the upgradeResult property: Result of this upgrade.ClusterAksPatchUpgradeHistoryProperties.withUtcTime(String utcTime) Set the utcTime property: Time when created this upgrade history.