Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterHotfixUpgradeProperties
Packages that use ClusterHotfixUpgradeProperties
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterHotfixUpgradeProperties in com.azure.resourcemanager.hdinsight.containers.models
Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterHotfixUpgradePropertiesModifier and TypeMethodDescriptionClusterHotfixUpgradeProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterHotfixUpgradeProperties from the JsonReader.ClusterHotfixUpgradeProperties.withComponentName(String componentName) Set the componentName property: Name of component to be upgraded.ClusterHotfixUpgradeProperties.withTargetBuildNumber(String targetBuildNumber) Set the targetBuildNumber property: Target build number of component to be upgraded.ClusterHotfixUpgradeProperties.withTargetClusterVersion(String targetClusterVersion) Set the targetClusterVersion property: Target cluster version of component to be upgraded.ClusterHotfixUpgradeProperties.withTargetOssVersion(String targetOssVersion) Set the targetOssVersion property: Target OSS version of component to be upgraded.