VnetInfo.IsSwift Property

Definition

Gets or sets flag that is used to denote if this is VNET injection

[Newtonsoft.Json.JsonProperty(PropertyName="isSwift")]
public bool? IsSwift { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isSwift")>]
member this.IsSwift : Nullable<bool> with get, set
Public Property IsSwift As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to