Share via


EffectiveRoute.DisableBgpRoutePropagation Property

Definition

Gets or sets if true, on-premises routes are not propagated to the network interfaces in the subnet.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to