UpgradeMode

enum UpgradeMode : Enum<UpgradeMode> , ConvertibleToJava<UpgradeMode>

Entries

Link copied to clipboard

All virtual machines in the scale set are automatically updated at the same time.

Link copied to clipboard

You control the application of updates to virtual machines in the scale set. You do this by using the manualUpgrade action.

Link copied to clipboard

The existing instances in a scale set are brought down in batches to be upgraded. Once the upgraded batch is complete, the instances will begin taking traffic again and the next batch will begin. This continues until all instances brought up-to-date.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: UpgradeMode
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): UpgradeMode
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.