Share via


DeploymentGetResponse.DeploymentSlot Property

 

Gets or sets a DeploymentSlot value that specifies the deployment environment in which the deployment is running.

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

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

Return to top