DeploymentUpgradeMode Enumeration

 

Specifies the modes for updating a deployment.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

public enum class DeploymentUpgradeMode

Member nameDescription
Auto

Specifies that the update mode is Auto. If set to Auto, the update is automatically applied to each update domain in sequence.

Manual

Specifies that the update mode is Manual. If set to Manual, the update domains must me walked through complete the update.

Simultaneous

Specifies that the mode is Simultaneous.

Return to top
Show: