Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterAvailableUpgradePatchVersionUpgradeProperties
Packages that use ClusterAvailableUpgradePatchVersionUpgradeProperties
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterAvailableUpgradePatchVersionUpgradeProperties in com.azure.resourcemanager.hdinsight.containers.models
Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterAvailableUpgradePatchVersionUpgradePropertiesModifier and TypeMethodDescriptionClusterAvailableUpgradePatchVersionUpgradeProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterAvailableUpgradePatchVersionUpgradeProperties from the JsonReader.ClusterAvailableUpgradePatchVersionUpgradeProperties.withComponentName(String componentName) Set the componentName property: Name of component to be upgraded.ClusterAvailableUpgradePatchVersionUpgradeProperties.withCreatedTime(OffsetDateTime createdTime) Set the createdTime property: Created time of current available upgrade version.ClusterAvailableUpgradePatchVersionUpgradeProperties.withDescription(String description) Set the description property: Hotfix version upgrade description.ClusterAvailableUpgradePatchVersionUpgradeProperties.withExtendedProperties(String extendedProperties) Set the extendedProperties property: Extended properties of current available upgrade version.ClusterAvailableUpgradePatchVersionUpgradeProperties.withSeverity(Severity severity) Set the severity property: Severity of this upgrade.ClusterAvailableUpgradePatchVersionUpgradeProperties.withSourceBuildNumber(String sourceBuildNumber) Set the sourceBuildNumber property: Source build number of current cluster component.ClusterAvailableUpgradePatchVersionUpgradeProperties.withSourceClusterVersion(String sourceClusterVersion) Set the sourceClusterVersion property: Source cluster version of current cluster component.ClusterAvailableUpgradePatchVersionUpgradeProperties.withSourceOssVersion(String sourceOssVersion) Set the sourceOssVersion property: Source OSS version of current cluster component.ClusterAvailableUpgradePatchVersionUpgradeProperties.withTargetBuildNumber(String targetBuildNumber) Set the targetBuildNumber property: Target build number of component to be upgraded.ClusterAvailableUpgradePatchVersionUpgradeProperties.withTargetClusterVersion(String targetClusterVersion) Set the targetClusterVersion property: Target cluster version of component to be upgraded.ClusterAvailableUpgradePatchVersionUpgradeProperties.withTargetOssVersion(String targetOssVersion) Set the targetOssVersion property: Target OSS version of component to be upgraded.