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)

Public Enumeration DeploymentChangeConfigurationMode

Member nameDescription
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.

Return to top
Show: