Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the modes for updating a deployment.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public enum DeploymentUpgradeMode
public enum class DeploymentUpgradeMode
type DeploymentUpgradeMode
Public Enumeration DeploymentUpgradeMode
Members
| Member name | Description | |
|---|---|---|
| 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. |
See Also
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top