public class ApplicationGatewayCustomError extends Object
| Constructor and Description |
|---|
ApplicationGatewayCustomError() |
| Modifier and Type | Method and Description |
|---|---|
String |
customErrorPageUrl()
Get error page URL of the application gateway customer error.
|
ApplicationGatewayCustomErrorStatusCode |
statusCode()
Get status code of the application gateway customer error.
|
ApplicationGatewayCustomError |
withCustomErrorPageUrl(String customErrorPageUrl)
Set error page URL of the application gateway customer error.
|
ApplicationGatewayCustomError |
withStatusCode(ApplicationGatewayCustomErrorStatusCode statusCode)
Set status code of the application gateway customer error.
|
public ApplicationGatewayCustomErrorStatusCode statusCode()
public ApplicationGatewayCustomError withStatusCode(ApplicationGatewayCustomErrorStatusCode statusCode)
statusCode - the statusCode value to setpublic String customErrorPageUrl()
public ApplicationGatewayCustomError withCustomErrorPageUrl(String customErrorPageUrl)
customErrorPageUrl - the customErrorPageUrl value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/