Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterAvailableUpgradeAksPatchUpgradeProperties
Packages that use ClusterAvailableUpgradeAksPatchUpgradeProperties
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterAvailableUpgradeAksPatchUpgradeProperties in com.azure.resourcemanager.hdinsight.containers.models
Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterAvailableUpgradeAksPatchUpgradePropertiesModifier and TypeMethodDescriptionClusterAvailableUpgradeAksPatchUpgradeProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterAvailableUpgradeAksPatchUpgradeProperties from the JsonReader.ClusterAvailableUpgradeAksPatchUpgradeProperties.withCurrentVersion(String currentVersion) Set the currentVersion property: Current node pool version.ClusterAvailableUpgradeAksPatchUpgradeProperties.withCurrentVersionStatus(CurrentClusterAksVersionStatus currentVersionStatus) Set the currentVersionStatus property: Current AKS version's status: whether it is deprecated or supported.ClusterAvailableUpgradeAksPatchUpgradeProperties.withLatestVersion(String latestVersion) Set the latestVersion property: Latest available version, which should be equal to AKS control plane version if it's not deprecated.