Uses of Class
com.microsoft.azure.management.network.ApplicationGatewayUrlConfiguration
Packages that use ApplicationGatewayUrlConfiguration
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ApplicationGatewayUrlConfiguration in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ApplicationGatewayUrlConfigurationModifier and TypeMethodDescriptionApplicationGatewayRewriteRuleActionSet.urlConfiguration()
Get url Configuration Action in the Action Set.ApplicationGatewayUrlConfiguration.withModifiedPath
(String modifiedPath) Set url path which user has provided for url rewrite.ApplicationGatewayUrlConfiguration.withModifiedQueryString
(String modifiedQueryString) Set query string which user has provided for url rewrite.ApplicationGatewayUrlConfiguration.withReroute
(Boolean reroute) Set if set as true, it will re-evaluate the url path map provided in path based request routing rules using modified path.Methods in com.microsoft.azure.management.network with parameters of type ApplicationGatewayUrlConfigurationModifier and TypeMethodDescriptionApplicationGatewayRewriteRuleActionSet.withUrlConfiguration
(ApplicationGatewayUrlConfiguration urlConfiguration) Set url Configuration Action in the Action Set.