Share via


UpgradeMode Enum

Definition

Defines values for SecurityTypes.

public enum UpgradeMode
type UpgradeMode = 
Public Enum UpgradeMode
Inheritance
UpgradeMode

Fields

Automatic 0

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

Manual 1

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

Rolling 2

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.

Applies to