VirtualMachineCreateDeploymentParameters.DeploymentSlot Property

 

Gets or sets a DeploymentSlot value that specifies the environment where the deployment should be created.

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

Syntax

public DeploymentSlot DeploymentSlot { get; set; }
public:
property DeploymentSlot DeploymentSlot {
    DeploymentSlot get();
    void set(DeploymentSlot value);
}
member DeploymentSlot : DeploymentSlot with get, set
Public Property DeploymentSlot As DeploymentSlot

Property Value

Type: Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot

A DeploymentSlot value.

See Also

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

Return to top