Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterUpgradeType
Packages that use ClusterUpgradeType
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterUpgradeType in com.azure.resourcemanager.hdinsight.containers.models
Subclasses with type arguments of type ClusterUpgradeType in com.azure.resourcemanager.hdinsight.containers.modelsFields in com.azure.resourcemanager.hdinsight.containers.models declared as ClusterUpgradeTypeModifier and TypeFieldDescriptionstatic final ClusterUpgradeTypeClusterUpgradeType.AKSPATCH_UPGRADEStatic value AKSPatchUpgrade for ClusterUpgradeType.static final ClusterUpgradeTypeClusterUpgradeType.HOTFIX_UPGRADEStatic value HotfixUpgrade for ClusterUpgradeType.static final ClusterUpgradeTypeClusterUpgradeType.PATCH_VERSION_UPGRADEStatic value PatchVersionUpgrade for ClusterUpgradeType.Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterUpgradeTypeModifier and TypeMethodDescriptionstatic ClusterUpgradeTypeClusterUpgradeType.fromString(String name) Creates or finds a ClusterUpgradeType from its string representation.ClusterAksPatchVersionUpgradeProperties.upgradeType()Get the upgradeType property: Type of upgrade.ClusterHotfixUpgradeProperties.upgradeType()Get the upgradeType property: Type of upgrade.ClusterInPlaceUpgradeProperties.upgradeType()Get the upgradeType property: Type of upgrade.ClusterPatchVersionUpgradeProperties.upgradeType()Get the upgradeType property: Type of upgrade.ClusterUpgradeProperties.upgradeType()Get the upgradeType property: Type of upgrade.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type ClusterUpgradeTypeModifier and TypeMethodDescriptionstatic Collection<ClusterUpgradeType> ClusterUpgradeType.values()Gets known ClusterUpgradeType values.