RouteTableData.DisablePeeringRoute Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether to disable the routes learned by peering on the route table. 'None' means peering routes are enabled, 'All' means all peering routes are disabled.
public Azure.ResourceManager.Network.Models.DisablePeeringRoute? DisablePeeringRoute { get; set; }
member this.DisablePeeringRoute : Nullable<Azure.ResourceManager.Network.Models.DisablePeeringRoute> with get, set
Public Property DisablePeeringRoute As Nullable(Of DisablePeeringRoute)