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