Freigeben über


UpgradeMode Enum

Definition

Specifies the mode of an upgrade to virtual machines in the scale set.<br /><br /> Possible values are:<br /><br /> Manual - You control the application of updates to virtual machines in the scale set. You do this by using the manualUpgrade action.<br /><br /> Automatic - All virtual machines in the scale set are automatically updated at the same time.<br /><br /> Rolling - Scale set performs updates in batches with an optional pause time in between.

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