DeploymentSlot Enumeration

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

Represents a Windows Azure deployment slot.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.ServiceManagement
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

public enum DeploymentSlot
'Declaration
Public Enumeration DeploymentSlot
public enum class DeploymentSlot

Members

Member name Value Description
Staging 0 The Windows Azure staging deployment slot.
Production 1 The Windows Azure production deployment slot.

See Also

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.ServiceManagement Namespace