次の方法で共有


RouteTable.DisableBgpRoutePropagation プロパティ

定義

そのルート テーブルで BGP によって学習されたルートを無効にするかどうかを取得または設定します。 True は無効を意味します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象