ApplicationGatewayCustomError Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET