Dela via


DeploymentChangeConfigurationParameters.Mode Property

Definition

Optional. The Change Configuration Deployment mode. Possible values are: Auto and 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 for the service.

public Microsoft.WindowsAzure.Management.Compute.Models.DeploymentChangeConfigurationMode? Mode { get; set; }
member this.Mode : Nullable<Microsoft.WindowsAzure.Management.Compute.Models.DeploymentChangeConfigurationMode> with get, set
Public Property Mode As Nullable(Of DeploymentChangeConfigurationMode)

Property Value

Applies to