Share via


DeploymentChangeConfigurationParameters.Mode Property

 

Gets or sets a DeploymentChangeConfigurationMode value that specifies the mode of the configuration change.

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

Syntax

public Nullable<DeploymentChangeConfigurationMode> Mode { get; set; }
public:
property Nullable<DeploymentChangeConfigurationMode> Mode {
    Nullable<DeploymentChangeConfigurationMode> get();
    void set(Nullable<DeploymentChangeConfigurationMode> value);
}
member Mode : Nullable<DeploymentChangeConfigurationMode> with get, set
Public Property Mode As Nullable(Of DeploymentChangeConfigurationMode)

Property Value

Type: System.Nullable<DeploymentChangeConfigurationMode>

A DeploymentChangeConfigurationMode value.

See Also

DeploymentChangeConfigurationParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top