Share via


DeploymentCreateParameters.StartDeployment Property

Gets or sets whether to start the deployment immediately after it is created.

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

Usage

'Usage
Dim instance As DeploymentCreateParameters
Dim value As Nullable(Of Boolean)

value = instance.StartDeployment

instance.StartDeployment = value

Syntax

'Declaration
Public Property StartDeployment As Nullable(Of Boolean)
public Nullable<bool> StartDeployment { get; set; }
public:
property Nullable<bool> StartDeployment {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
/** @property */
public Nullable<boolean> get_StartDeployment ()

/** @property */
public void set_StartDeployment (Nullable<boolean> value)
public function get StartDeployment () : Nullable<boolean>

public function set StartDeployment (value : Nullable<boolean>)

Property Value

true to start the deployment immediately; otherwise, false.

Remarks

The default value is false. If false, the service model is still deployed, but the code is not run immediately. Instead, the service is Suspended until you call a method to update the status. A deployed service still incurs charges, even if it is suspended.

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

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