Uses of Class
com.microsoft.azure.management.network.ApplicationGatewayCustomError
Packages that use ApplicationGatewayCustomError
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ApplicationGatewayCustomError in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ApplicationGatewayCustomErrorModifier and TypeMethodDescriptionApplicationGatewayCustomError.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.Methods in com.microsoft.azure.management.network that return types with arguments of type ApplicationGatewayCustomErrorModifier and TypeMethodDescriptionApplicationGatewayHttpListener.customErrorConfigurations()
Get custom error configurations of the HTTP listener.Method parameters in com.microsoft.azure.management.network with type arguments of type ApplicationGatewayCustomErrorModifier and TypeMethodDescriptionApplicationGatewayHttpListener.withCustomErrorConfigurations
(List<ApplicationGatewayCustomError> customErrorConfigurations) Set custom error configurations of the HTTP listener.