Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayCustomError
Packages that use ApplicationGatewayCustomError
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayCustomError in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayCustomErrorModifier and TypeMethodDescriptionApplicationGatewayHttpListenerPropertiesFormat.customErrorConfigurations()Get the customErrorConfigurations property: Custom error configurations of the HTTP listener.ApplicationGatewayInner.customErrorConfigurations()Get the customErrorConfigurations property: Custom error configurations of the application gateway resource.ApplicationGatewayPropertiesFormat.customErrorConfigurations()Get the customErrorConfigurations property: Custom error configurations of the application gateway resource.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayCustomErrorModifier and TypeMethodDescriptionApplicationGatewayHttpListenerPropertiesFormat.withCustomErrorConfigurations(List<ApplicationGatewayCustomError> customErrorConfigurations) Set the customErrorConfigurations property: Custom error configurations of the HTTP listener.ApplicationGatewayInner.withCustomErrorConfigurations(List<ApplicationGatewayCustomError> customErrorConfigurations) Set the customErrorConfigurations property: Custom error configurations of the application gateway resource.ApplicationGatewayPropertiesFormat.withCustomErrorConfigurations(List<ApplicationGatewayCustomError> customErrorConfigurations) Set the customErrorConfigurations property: Custom error configurations of the application gateway resource. -
Uses of ApplicationGatewayCustomError in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ApplicationGatewayCustomErrorModifier and TypeClassDescriptionfinal classCustom error of an application gateway.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayCustomErrorModifier and TypeMethodDescriptionApplicationGatewayCustomError.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayCustomError from the JsonReader.ApplicationGatewayCustomError.withCustomErrorPageUrl(String customErrorPageUrl) Set the customErrorPageUrl property: Error page URL of the application gateway custom error.ApplicationGatewayCustomError.withStatusCode(ApplicationGatewayCustomErrorStatusCode statusCode) Set the statusCode property: Status code of the application gateway custom error.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayCustomErrorModifier and TypeMethodDescriptionApplicationGatewayHttpListener.customErrorConfigurations()Get the customErrorConfigurations property: Custom error configurations of the HTTP listener.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ApplicationGatewayCustomErrorModifier and TypeMethodDescriptionApplicationGatewayHttpListener.withCustomErrorConfigurations(List<ApplicationGatewayCustomError> customErrorConfigurations) Set the customErrorConfigurations property: Custom error configurations of the HTTP listener.