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)

Usage

'Usage
Dim instance As DeploymentChangeConfigurationParameters
Dim value As Nullable(Of DeploymentChangeConfigurationMode)

value = instance.Mode

instance.Mode = value

Syntax

'Declaration
Public Property Mode As Nullable(Of DeploymentChangeConfigurationMode)
public Nullable<DeploymentChangeConfigurationMode> Mode { get; set; }
public:
property Nullable<DeploymentChangeConfigurationMode> Mode {
    Nullable<DeploymentChangeConfigurationMode> get ();
    void set (Nullable<DeploymentChangeConfigurationMode> value);
}
/** @property */
public Nullable<DeploymentChangeConfigurationMode> get_Mode ()

/** @property */
public void set_Mode (Nullable<DeploymentChangeConfigurationMode> value)
public function get Mode () : Nullable<DeploymentChangeConfigurationMode>

public function set Mode (value : Nullable<DeploymentChangeConfigurationMode>)

Property Value

A DeploymentChangeConfigurationMode value.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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

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