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)

public enum class DeploymentSlot

Member nameDescription
Production

Specifies that the deployment is running in the production environment.

Staging

Specifies that the deployment is running in the staging environment.

Return to top
Show: