Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterHotfixUpgradeRollbackHistoryProperties
Packages that use ClusterHotfixUpgradeRollbackHistoryProperties
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterHotfixUpgradeRollbackHistoryProperties in com.azure.resourcemanager.hdinsight.containers.models
Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterHotfixUpgradeRollbackHistoryPropertiesModifier and TypeMethodDescriptionClusterHotfixUpgradeRollbackHistoryProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterHotfixUpgradeRollbackHistoryProperties from the JsonReader.ClusterHotfixUpgradeRollbackHistoryProperties.withComponentName(String componentName) Set the componentName property: Component name to upgrade.ClusterHotfixUpgradeRollbackHistoryProperties.withSeverity(ClusterUpgradeHistorySeverityType severity) Set the severity property: Severity of this upgrade.ClusterHotfixUpgradeRollbackHistoryProperties.withSourceBuildNumber(String sourceBuildNumber) Set the sourceBuildNumber property: Source build number.ClusterHotfixUpgradeRollbackHistoryProperties.withSourceClusterVersion(String sourceClusterVersion) Set the sourceClusterVersion property: Version with three part.ClusterHotfixUpgradeRollbackHistoryProperties.withSourceOssVersion(String sourceOssVersion) Set the sourceOssVersion property: Version with three part.ClusterHotfixUpgradeRollbackHistoryProperties.withTargetBuildNumber(String targetBuildNumber) Set the targetBuildNumber property: Target build number.ClusterHotfixUpgradeRollbackHistoryProperties.withTargetClusterVersion(String targetClusterVersion) Set the targetClusterVersion property: Version with three part.ClusterHotfixUpgradeRollbackHistoryProperties.withTargetOssVersion(String targetOssVersion) Set the targetOssVersion property: Version with three part.ClusterHotfixUpgradeRollbackHistoryProperties.withUpgradeResult(ClusterUpgradeHistoryUpgradeResultType upgradeResult) Set the upgradeResult property: Result of this upgrade.ClusterHotfixUpgradeRollbackHistoryProperties.withUtcTime(String utcTime) Set the utcTime property: Time when created this upgrade history.