Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterUpgradeHistoryType
Packages that use ClusterUpgradeHistoryType
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterUpgradeHistoryType in com.azure.resourcemanager.hdinsight.containers.models
Subclasses with type arguments of type ClusterUpgradeHistoryType in com.azure.resourcemanager.hdinsight.containers.modelsFields in com.azure.resourcemanager.hdinsight.containers.models declared as ClusterUpgradeHistoryTypeModifier and TypeFieldDescriptionstatic final ClusterUpgradeHistoryTypeClusterUpgradeHistoryType.AKSPATCH_UPGRADEStatic value AKSPatchUpgrade for ClusterUpgradeHistoryType.static final ClusterUpgradeHistoryTypeClusterUpgradeHistoryType.HOTFIX_UPGRADEStatic value HotfixUpgrade for ClusterUpgradeHistoryType.static final ClusterUpgradeHistoryTypeClusterUpgradeHistoryType.HOTFIX_UPGRADE_ROLLBACKStatic value HotfixUpgradeRollback for ClusterUpgradeHistoryType.static final ClusterUpgradeHistoryTypeClusterUpgradeHistoryType.PATCH_VERSION_UPGRADEStatic value PatchVersionUpgrade for ClusterUpgradeHistoryType.static final ClusterUpgradeHistoryTypeClusterUpgradeHistoryType.PATCH_VERSION_UPGRADE_ROLLBACKStatic value PatchVersionUpgradeRollback for ClusterUpgradeHistoryType.Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterUpgradeHistoryTypeModifier and TypeMethodDescriptionstatic ClusterUpgradeHistoryTypeClusterUpgradeHistoryType.fromString(String name) Creates or finds a ClusterUpgradeHistoryType from its string representation.ClusterAksPatchUpgradeHistoryProperties.upgradeType()Get the upgradeType property: Type of upgrade.ClusterHotfixUpgradeHistoryProperties.upgradeType()Get the upgradeType property: Type of upgrade.ClusterHotfixUpgradeRollbackHistoryProperties.upgradeType()Get the upgradeType property: Type of upgrade.ClusterInPlaceUpgradeHistoryProperties.upgradeType()Get the upgradeType property: Type of upgrade.ClusterPatchVersionUpgradeHistoryProperties.upgradeType()Get the upgradeType property: Type of upgrade.ClusterPatchVersionUpgradeRollbackHistoryProperties.upgradeType()Get the upgradeType property: Type of upgrade.ClusterUpgradeHistoryProperties.upgradeType()Get the upgradeType property: Type of upgrade.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type ClusterUpgradeHistoryTypeModifier and TypeMethodDescriptionstatic Collection<ClusterUpgradeHistoryType> ClusterUpgradeHistoryType.values()Gets known ClusterUpgradeHistoryType values.