Share via


SwapResourceProperties.SlotType Property

Definition

Gets or sets specifies slot info on a cloud service. Possible values include: 'Production', 'Staging'

[Newtonsoft.Json.JsonProperty(PropertyName="slotType")]
public Microsoft.Azure.Management.Network.Models.SlotType? SlotType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="slotType")>]
member this.SlotType : Nullable<Microsoft.Azure.Management.Network.Models.SlotType> with get, set
Public Property SlotType As Nullable(Of SlotType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to