Class ApplicationGatewayUrlConfiguration
java.lang.Object
com.microsoft.azure.management.network.ApplicationGatewayUrlConfiguration
Url configuration of the Actions set in Application Gateway.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet url path which user has provided for url rewrite.Get query string which user has provided for url rewrite.reroute()
Get if set as true, it will re-evaluate the url path map provided in path based request routing rules using modified path.withModifiedPath
(String modifiedPath) Set url path which user has provided for url rewrite.withModifiedQueryString
(String modifiedQueryString) Set query string which user has provided for url rewrite.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.
-
Constructor Details
-
ApplicationGatewayUrlConfiguration
public ApplicationGatewayUrlConfiguration()
-
-
Method Details
-
modifiedPath
Get url path which user has provided for url rewrite. Null means no path will be updated. Default value is null.- Returns:
- the modifiedPath value
-
withModifiedPath
Set url path which user has provided for url rewrite. Null means no path will be updated. Default value is null.- Parameters:
modifiedPath
- the modifiedPath value to set- Returns:
- the ApplicationGatewayUrlConfiguration object itself.
-
modifiedQueryString
Get query string which user has provided for url rewrite. Null means no query string will be updated. Default value is null.- Returns:
- the modifiedQueryString value
-
withModifiedQueryString
Set query string which user has provided for url rewrite. Null means no query string will be updated. Default value is null.- Parameters:
modifiedQueryString
- the modifiedQueryString value to set- Returns:
- the ApplicationGatewayUrlConfiguration object itself.
-
reroute
Get if set as true, it will re-evaluate the url path map provided in path based request routing rules using modified path. Default value is false.- Returns:
- the reroute value
-
withReroute
Set if set as true, it will re-evaluate the url path map provided in path based request routing rules using modified path. Default value is false.- Parameters:
reroute
- the reroute value to set- Returns:
- the ApplicationGatewayUrlConfiguration object itself.
-