Uses of Enum
com.azure.resourcemanager.compute.models.RollingUpgradeActionType
Packages that use RollingUpgradeActionType
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of RollingUpgradeActionType in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type RollingUpgradeActionType in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionenumThe last action performed on the rolling upgrade.Methods in com.azure.resourcemanager.compute.models that return RollingUpgradeActionTypeModifier and TypeMethodDescriptionstatic RollingUpgradeActionTypeRollingUpgradeActionType.fromString(String value) Parses a serialized value to a RollingUpgradeActionType instance.RollingUpgradeRunningStatus.lastAction()Get the lastAction property: The last action performed on the rolling upgrade.static RollingUpgradeActionTypeReturns the enum constant of this type with the specified name.static RollingUpgradeActionType[]RollingUpgradeActionType.values()Returns an array containing the constants of this enum type, in the order they are declared.