Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterPoolAksPatchVersionUpgradeProperties
Packages that use ClusterPoolAksPatchVersionUpgradeProperties
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterPoolAksPatchVersionUpgradeProperties in com.azure.resourcemanager.hdinsight.containers.models
Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterPoolAksPatchVersionUpgradePropertiesModifier and TypeMethodDescriptionClusterPoolAksPatchVersionUpgradeProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterPoolAksPatchVersionUpgradeProperties from the JsonReader.ClusterPoolAksPatchVersionUpgradeProperties.withTargetAksVersion(String targetAksVersion) Set the targetAksVersion property: Target AKS version.ClusterPoolAksPatchVersionUpgradeProperties.withUpgradeAllClusterNodes(Boolean upgradeAllClusterNodes) Set the upgradeAllClusterNodes property: whether upgrade all clusters' nodes.ClusterPoolAksPatchVersionUpgradeProperties.withUpgradeClusterPool(Boolean upgradeClusterPool) Set the upgradeClusterPool property: whether upgrade cluster pool or not.