ICloudServiceNetworkProfile.SlotType Property

Definition

Slot type for the cloud service. Possible values are

Production

Staging

If not specified, the default value is Production.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="Slot type for the cloud service.\r\n        Possible values are <br /><br />**Production**<br /><br />**Staging**<br /><br />\r\n        If not specified, the default value is Production.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceSlotType) }, ReadOnly=false, Required=false, SerializedName="slotType")]
public Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceSlotType? SlotType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="Slot type for the cloud service.\r\n        Possible values are <br /><br />**Production**<br /><br />**Staging**<br /><br />\r\n        If not specified, the default value is Production.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceSlotType) }, ReadOnly=false, Required=false, SerializedName="slotType")>]
member this.SlotType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceSlotType> with get, set
Public Property SlotType As Nullable(Of CloudServiceSlotType)

Property Value

Attributes

Applies to