ForwardProxy.Convention Property

Definition

Gets or sets the convention used to determine the url of the request made. Possible values include: 'NoProxy', 'Standard', 'Custom'

[Newtonsoft.Json.JsonProperty(PropertyName="convention")]
public Microsoft.Azure.Management.WebSites.Models.ForwardProxyConvention? Convention { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="convention")>]
member this.Convention : Nullable<Microsoft.Azure.Management.WebSites.Models.ForwardProxyConvention> with get, set
Public Property Convention As Nullable(Of ForwardProxyConvention)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to