ApplicationGatewayCustomError Class
Custom error of an application gateway.
- Inheritance
-
azure.mgmt.network._serialization.ModelApplicationGatewayCustomError
Constructor
ApplicationGatewayCustomError(*, status_code: str | _models.ApplicationGatewayCustomErrorStatusCode | None = None, custom_error_page_url: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
status_code
|
Status code of the application gateway custom error. Known values are: "HttpStatus400", "HttpStatus403", "HttpStatus404", "HttpStatus405", "HttpStatus408", "HttpStatus500", "HttpStatus502", "HttpStatus503", and "HttpStatus504". |
custom_error_page_url
|
Error page URL of the application gateway custom error. |
Variables
Name | Description |
---|---|
status_code
|
Status code of the application gateway custom error. Known values are: "HttpStatus400", "HttpStatus403", "HttpStatus404", "HttpStatus405", "HttpStatus408", "HttpStatus500", "HttpStatus502", "HttpStatus503", and "HttpStatus504". |
custom_error_page_url
|
Error page URL of the application gateway custom error. |
Azure SDK for Python