DeploymentUpgradeParameters.Mode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET