UpgradeMode Struct

Definition

UpgradeMode enums.

public readonly struct UpgradeMode : IEquatable<Azure.Compute.Batch.UpgradeMode>
type UpgradeMode = struct
Public Structure UpgradeMode
Implements IEquatable(Of UpgradeMode)
Inheritance
UpgradeMode
Implements

Constructors

UpgradeMode(String)

Initializes a new instance of UpgradeMode.

Properties

Automatic

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

Manual

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

Rolling

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.

Methods

Equals(UpgradeMode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(UpgradeMode, UpgradeMode)

Determines if two UpgradeMode values are the same.

Implicit(String to UpgradeMode)

Converts a string to a UpgradeMode.

Inequality(UpgradeMode, UpgradeMode)

Determines if two UpgradeMode values are not the same.

Applies to