CloudServiceNetworkProfile.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.Origin(Microsoft.Azure.PowerShell.Cmdlets.CloudService.PropertyOrigin.Owned)]
public Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceSlotType? SlotType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Origin(Microsoft.Azure.PowerShell.Cmdlets.CloudService.PropertyOrigin.Owned)>]
member this.SlotType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.CloudServiceSlotType> with get, set
Public Property SlotType As Nullable(Of CloudServiceSlotType)

Property Value

Implements

Attributes

Applies to