ApplicationGatewayCustomErrorOutput interface
应用程序网关的客户错误。
属性
| custom |
应用程序网关客户错误的错误页 URL。 |
| status |
应用程序网关客户错误的状态代码。 |
属性详细信息
customErrorPageUrl
应用程序网关客户错误的错误页 URL。
customErrorPageUrl?: string
属性值
string
statusCode
应用程序网关客户错误的状态代码。
statusCode?: "HttpStatus403" | "HttpStatus502"
属性值
"HttpStatus403" | "HttpStatus502"