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