Share via


ApplicationGatewayHttpListenerInner.CustomErrorConfigurations Property

Definition

Gets or sets custom error configurations of the HTTP listener.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.customErrorConfigurations")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayCustomError> CustomErrorConfigurations { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.customErrorConfigurations")>]
member this.CustomErrorConfigurations : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayCustomError> with get, set
Public Property CustomErrorConfigurations As IList(Of ApplicationGatewayCustomError)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to