Dela via


DeploymentUpgradeParameters.Mode Property

Definition

Required. The type of update to initiate. Role instances are allocated to update domains when the service is deployed. Updates can be initiated manually in each update domain or initiated automatically in all update domains. Possible values are Auto or Manual. If not specified, the default value is Auto. If set to Manual, WalkUpgradeDomain must be called to apply the update. If set to Auto, the update is automatically applied to each update domain in sequence.

public Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpgradeMode Mode { get; set; }
member this.Mode : Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpgradeMode with get, set
Public Property Mode As DeploymentUpgradeMode

Property Value

Applies to