public final class ApplicationGatewayUrlConfiguration extends Object
| Constructor and Description |
|---|
ApplicationGatewayUrlConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
modifiedPath()
Get the modifiedPath property: Url path which user has provided for url rewrite.
|
String |
modifiedQueryString()
Get the modifiedQueryString property: Query string which user has provided for url rewrite.
|
Boolean |
reroute()
Get 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.
|
void |
validate()
Validates the instance.
|
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.
|
public String modifiedPath()
public ApplicationGatewayUrlConfiguration withModifiedPath(String modifiedPath)
modifiedPath - the modifiedPath value to set.public String modifiedQueryString()
public ApplicationGatewayUrlConfiguration withModifiedQueryString(String modifiedQueryString)
modifiedQueryString - the modifiedQueryString value to set.public Boolean reroute()
public ApplicationGatewayUrlConfiguration withReroute(Boolean reroute)
reroute - the reroute value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.