Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayUrlConfiguration
Packages that use ApplicationGatewayUrlConfiguration
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayUrlConfiguration in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayUrlConfigurationModifier and TypeMethodDescriptionApplicationGatewayUrlConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayUrlConfiguration from the JsonReader.ApplicationGatewayRewriteRuleActionSet.urlConfiguration()Get the urlConfiguration property: Url Configuration Action in the Action Set.ApplicationGatewayUrlConfiguration.withModifiedPath(String modifiedPath) Set the modifiedPath property: Url path which user has provided for url rewrite.ApplicationGatewayUrlConfiguration.withModifiedQueryString(String modifiedQueryString) Set the modifiedQueryString property: Query string which user has provided for url rewrite.ApplicationGatewayUrlConfiguration.withReroute(Boolean reroute) Set the reroute property: 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.azure.resourcemanager.network.models with parameters of type ApplicationGatewayUrlConfigurationModifier and TypeMethodDescriptionApplicationGatewayRewriteRuleActionSet.withUrlConfiguration(ApplicationGatewayUrlConfiguration urlConfiguration) Set the urlConfiguration property: Url Configuration Action in the Action Set.