Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayCustomError
-
Packages that use ApplicationGatewayCustomError Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 ApplicationGatewayCustomError Modifier and Type Method Description List<ApplicationGatewayCustomError>ApplicationGatewayHttpListenerPropertiesFormat. customErrorConfigurations()Get the customErrorConfigurations property: Custom error configurations of the HTTP listener.List<ApplicationGatewayCustomError>ApplicationGatewayInner. customErrorConfigurations()Get the customErrorConfigurations property: Custom error configurations of the application gateway resource.List<ApplicationGatewayCustomError>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 ApplicationGatewayCustomError Modifier and Type Method Description ApplicationGatewayHttpListenerPropertiesFormatApplicationGatewayHttpListenerPropertiesFormat. withCustomErrorConfigurations(List<ApplicationGatewayCustomError> customErrorConfigurations)Set the customErrorConfigurations property: Custom error configurations of the HTTP listener.ApplicationGatewayInnerApplicationGatewayInner. withCustomErrorConfigurations(List<ApplicationGatewayCustomError> customErrorConfigurations)Set the customErrorConfigurations property: Custom error configurations of the application gateway resource.ApplicationGatewayPropertiesFormatApplicationGatewayPropertiesFormat. 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
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayCustomError Modifier and Type Method Description ApplicationGatewayCustomErrorApplicationGatewayCustomError. withCustomErrorPageUrl(String customErrorPageUrl)Set the customErrorPageUrl property: Error page URL of the application gateway customer error.ApplicationGatewayCustomErrorApplicationGatewayCustomError. withStatusCode(ApplicationGatewayCustomErrorStatusCode statusCode)Set the statusCode property: Status code of the application gateway customer error.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayCustomError Modifier and Type Method Description List<ApplicationGatewayCustomError>ApplicationGatewayHttpListener. 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 ApplicationGatewayCustomError Modifier and Type Method Description ApplicationGatewayHttpListenerApplicationGatewayHttpListener. withCustomErrorConfigurations(List<ApplicationGatewayCustomError> customErrorConfigurations)Set the customErrorConfigurations property: Custom error configurations of the HTTP listener.
-