| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayCustomError |
ApplicationGatewayCustomError.withCustomErrorPageUrl(String customErrorPageUrl)
Set error page URL of the application gateway customer error.
|
ApplicationGatewayCustomError |
ApplicationGatewayCustomError.withStatusCode(ApplicationGatewayCustomErrorStatusCode statusCode)
Set status code of the application gateway customer error.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationGatewayCustomError> |
ApplicationGatewayHttpListener.customErrorConfigurations()
Get custom error configurations of the HTTP listener.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayHttpListener |
ApplicationGatewayHttpListener.withCustomErrorConfigurations(List<ApplicationGatewayCustomError> customErrorConfigurations)
Set custom error configurations of the HTTP listener.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/