ApplicationGatewayCustomError Constructors

Definition

Overloads

ApplicationGatewayCustomError()

Initializes a new instance of the ApplicationGatewayCustomError class.

ApplicationGatewayCustomError(String, String)

Initializes a new instance of the ApplicationGatewayCustomError class.

ApplicationGatewayCustomError()

Initializes a new instance of the ApplicationGatewayCustomError class.

public ApplicationGatewayCustomError ();
Public Sub New ()

Applies to

ApplicationGatewayCustomError(String, String)

Initializes a new instance of the ApplicationGatewayCustomError class.

public ApplicationGatewayCustomError (string statusCode = default, string customErrorPageUrl = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayCustomError : string * string -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayCustomError
Public Sub New (Optional statusCode As String = Nothing, Optional customErrorPageUrl As String = Nothing)

Parameters

statusCode
String

Status code of the application gateway customer error. Possible values include: 'HttpStatus403', 'HttpStatus502'

customErrorPageUrl
String

Error page URL of the application gateway customer error.

Applies to