Share via


PrivateLinkServiceInner.EnableProxyProtocol Property

Definition

Gets or sets whether the private link service is enabled for proxy protocol or not.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to