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)

Syntax

public enum DeploymentChangeConfigurationMode
public enum class DeploymentChangeConfigurationMode
type DeploymentChangeConfigurationMode
Public Enumeration 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.

See Also

Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top