DeploymentSlot Enumeration

 

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 enum DeploymentSlot
public enum class DeploymentSlot
type DeploymentSlot
Public Enumeration DeploymentSlot

Members

Member name Description
Production

Specifies that the deployment is running in the production environment.

Staging

Specifies that the deployment is running in the staging environment.

See Also

Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top