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