DeploymentChangeConfigurationMode Enumeration

Specifies the modes that are used to change the configuration of a deployment.

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

Usage

'Usage
Dim instance As DeploymentChangeConfigurationMode

Syntax

'Declaration
Public Enumeration DeploymentChangeConfigurationMode
public enum DeploymentChangeConfigurationMode
public enum class DeploymentChangeConfigurationMode
public enum DeploymentChangeConfigurationMode
public enum DeploymentChangeConfigurationMode

Members

Member name Description
Auto Specifies that the change mode is Automatic. The updated configuration is automatically applied to each update domain for the service.
Manual Specifies that the change mode is Manual. The updated configuration is manually applied by walking through each update domain for the service.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

Microsoft.WindowsAzure.Management.Compute.Models Namespace