Share via


VirtualNetworkGatewayConnection.EnablePrivateLinkFastPath Property

Definition

Gets or sets bypass the ExpressRoute gateway when accessing private-links. ExpressRoute FastPath (expressRouteGatewayBypass) must be enabled.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to