Share via


DeploymentSwapParameters.ProductionDeployment Property

Gets or sets the name of the production deployment.

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

Usage

'Usage
Dim instance As DeploymentSwapParameters
Dim value As String

value = instance.ProductionDeployment

instance.ProductionDeployment = value

Syntax

'Declaration
Public Property ProductionDeployment As String
public string ProductionDeployment { get; set; }
public:
property String^ ProductionDeployment {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_ProductionDeployment ()

/** @property */
public void set_ProductionDeployment (String value)
public function get ProductionDeployment () : String

public function set ProductionDeployment (value : String)

Property Value

The name of the production deployment.

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

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