次の方法で共有


VirtualNetworkGateway.EnableBgp プロパティ

定義

この仮想ネットワーク ゲートウェイに対して BGP が有効かどうかを取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象