Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterUpgradeRollbackProperties
Packages that use ClusterUpgradeRollbackProperties
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterUpgradeRollbackProperties in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ClusterUpgradeRollbackPropertiesModifier and TypeClassDescriptionfinal classProperties for manual rollback of cluster's upgrade.Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterUpgradeRollbackPropertiesModifier and TypeMethodDescriptionClusterUpgradeRollbackProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterUpgradeRollbackProperties from the JsonReader.ClusterUpgradeRollback.properties()Get the properties property: Properties for manual rollback of cluster's upgrade.ClusterUpgradeRollbackProperties.withUpgradeHistory(String upgradeHistory) Set the upgradeHistory property: A specific upgrade history to rollback.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type ClusterUpgradeRollbackPropertiesModifier and TypeMethodDescriptionClusterUpgradeRollback.withProperties(ClusterUpgradeRollbackProperties properties) Set the properties property: Properties for manual rollback of cluster's upgrade.