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