Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterInPlaceUpgradeProperties
Packages that use ClusterInPlaceUpgradeProperties
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterInPlaceUpgradeProperties in com.azure.resourcemanager.hdinsight.containers.models
Subclasses of ClusterInPlaceUpgradeProperties in com.azure.resourcemanager.hdinsight.containers.modelsModifier and TypeClassDescriptionfinal classProperties of upgrading cluster's hotfix.final classProperties of upgrading cluster's patch version.Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterInPlaceUpgradePropertiesModifier and TypeMethodDescriptionClusterInPlaceUpgradeProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterInPlaceUpgradeProperties from the JsonReader.ClusterInPlaceUpgradeProperties.withComponentName(String componentName) Set the componentName property: Name of component to be upgraded.ClusterInPlaceUpgradeProperties.withTargetBuildNumber(String targetBuildNumber) Set the targetBuildNumber property: Target build number of component to be upgraded.ClusterInPlaceUpgradeProperties.withTargetClusterVersion(String targetClusterVersion) Set the targetClusterVersion property: Target cluster version of component to be upgraded.ClusterInPlaceUpgradeProperties.withTargetOssVersion(String targetOssVersion) Set the targetOssVersion property: Target OSS version of component to be upgraded.