Dela via


ApplicationGatewayCustomError Constructors

Definition

Overloads

ApplicationGatewayCustomError()

Initializes a new instance of the ApplicationGatewayCustomError class.

ApplicationGatewayCustomError(ApplicationGatewayCustomErrorStatusCode, 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(ApplicationGatewayCustomErrorStatusCode, String)

Initializes a new instance of the ApplicationGatewayCustomError class.

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

Parameters

statusCode
ApplicationGatewayCustomErrorStatusCode

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