Share via


CloudServiceNetworkProfile.SlotType Property

Definition

Slot type for the cloud service. Possible values are <br /><br />Production<br /><br />Staging<br /><br /> If not specified, the default value is Production.

public Azure.ResourceManager.Compute.Models.CloudServiceSlotType? SlotType { get; set; }
member this.SlotType : Nullable<Azure.ResourceManager.Compute.Models.CloudServiceSlotType> with get, set
Public Property SlotType As Nullable(Of CloudServiceSlotType)

Property Value

Applies to