Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterAvailableUpgradeType
Packages that use ClusterAvailableUpgradeType
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterAvailableUpgradeType in com.azure.resourcemanager.hdinsight.containers.models
Subclasses with type arguments of type ClusterAvailableUpgradeType in com.azure.resourcemanager.hdinsight.containers.modelsFields in com.azure.resourcemanager.hdinsight.containers.models declared as ClusterAvailableUpgradeTypeModifier and TypeFieldDescriptionstatic final ClusterAvailableUpgradeTypeClusterAvailableUpgradeType.AKSPATCH_UPGRADEStatic value AKSPatchUpgrade for ClusterAvailableUpgradeType.static final ClusterAvailableUpgradeTypeClusterAvailableUpgradeType.HOTFIX_UPGRADEStatic value HotfixUpgrade for ClusterAvailableUpgradeType.static final ClusterAvailableUpgradeTypeClusterAvailableUpgradeType.PATCH_VERSION_UPGRADEStatic value PatchVersionUpgrade for ClusterAvailableUpgradeType.Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterAvailableUpgradeTypeModifier and TypeMethodDescriptionstatic ClusterAvailableUpgradeTypeClusterAvailableUpgradeType.fromString(String name) Creates or finds a ClusterAvailableUpgradeType from its string representation.ClusterAvailableInPlaceUpgradeProperties.upgradeType()Get the upgradeType property: Type of upgrade.ClusterAvailableUpgradeAksPatchUpgradeProperties.upgradeType()Get the upgradeType property: Type of upgrade.ClusterAvailableUpgradeHotfixUpgradeProperties.upgradeType()Get the upgradeType property: Type of upgrade.ClusterAvailableUpgradePatchVersionUpgradeProperties.upgradeType()Get the upgradeType property: Type of upgrade.ClusterAvailableUpgradeProperties.upgradeType()Get the upgradeType property: Type of upgrade.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type ClusterAvailableUpgradeTypeModifier and TypeMethodDescriptionClusterAvailableUpgradeType.values()Gets known ClusterAvailableUpgradeType values.