public class ApplicationGatewayUrlConfiguration extends Object
| Constructor and Description |
|---|
ApplicationGatewayUrlConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
modifiedPath()
Get url path which user has provided for url rewrite.
|
String |
modifiedQueryString()
Get query string which user has provided for url rewrite.
|
Boolean |
reroute()
Get if set as true, it will re-evaluate the url path map provided in path based request routing rules using modified path.
|
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.
|
public String modifiedPath()
public ApplicationGatewayUrlConfiguration withModifiedPath(String modifiedPath)
modifiedPath - the modifiedPath value to setpublic String modifiedQueryString()
public ApplicationGatewayUrlConfiguration withModifiedQueryString(String modifiedQueryString)
modifiedQueryString - the modifiedQueryString value to setpublic Boolean reroute()
public ApplicationGatewayUrlConfiguration withReroute(Boolean reroute)
reroute - the reroute value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/