VirtualNetworkGateway.EnableBgp Property

Definition

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

Property Value

Nullable<Boolean>
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to