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