Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterPoolUpgradeType
Packages that use ClusterPoolUpgradeType
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterPoolUpgradeType in com.azure.resourcemanager.hdinsight.containers.models
Subclasses with type arguments of type ClusterPoolUpgradeType in com.azure.resourcemanager.hdinsight.containers.modelsFields in com.azure.resourcemanager.hdinsight.containers.models declared as ClusterPoolUpgradeTypeModifier and TypeFieldDescriptionstatic final ClusterPoolUpgradeTypeClusterPoolUpgradeType.AKSPATCH_UPGRADEStatic value AKSPatchUpgrade for ClusterPoolUpgradeType.static final ClusterPoolUpgradeTypeClusterPoolUpgradeType.NODE_OS_UPGRADEStatic value NodeOsUpgrade for ClusterPoolUpgradeType.Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterPoolUpgradeTypeModifier and TypeMethodDescriptionstatic ClusterPoolUpgradeTypeClusterPoolUpgradeType.fromString(String name) Creates or finds a ClusterPoolUpgradeType from its string representation.ClusterPoolAksPatchVersionUpgradeProperties.upgradeType()Get the upgradeType property: Type of upgrade.ClusterPoolNodeOsImageUpdateProperties.upgradeType()Get the upgradeType property: Type of upgrade.ClusterPoolUpgradeProperties.upgradeType()Get the upgradeType property: Type of upgrade.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type ClusterPoolUpgradeTypeModifier and TypeMethodDescriptionstatic Collection<ClusterPoolUpgradeType> ClusterPoolUpgradeType.values()Gets known ClusterPoolUpgradeType values.