Application Gateway Custom Error Configuration
data class ApplicationGatewayCustomErrorConfiguration(val customErrorPageUrl: String, val id: String? = null, val statusCode: String)
Properties
Link copied to clipboard
Error page URL of the application gateway customer error.
Link copied to clipboard
Status code of the application gateway customer error. Possible values are HttpStatus400
, HttpStatus403
, HttpStatus404
, HttpStatus405
, HttpStatus408
, HttpStatus500
, HttpStatus502
, HttpStatus503
and HttpStatus504