共用方式為


UpgradePolicy.Mode Property

Definition

Gets or sets 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.

[Newtonsoft.Json.JsonProperty(PropertyName="mode")]
public Microsoft.Azure.Batch.Protocol.Models.UpgradeMode Mode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="mode")>]
member this.Mode : Microsoft.Azure.Batch.Protocol.Models.UpgradeMode with get, set
Public Property Mode As UpgradeMode

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Possible values include: 'automatic', 'manual', 'rolling'

Applies to