CloudServiceNetworkProfile.SlotType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)