Compartilhar via


ApplicationGatewayUrlConfiguration Class

Url configuration of the Actions set in Application Gateway.

Inheritance
azure.mgmt.network._serialization.Model
ApplicationGatewayUrlConfiguration

Constructor

ApplicationGatewayUrlConfiguration(*, modified_path: str | None = None, modified_query_string: str | None = None, reroute: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
modified_path
str

Url path which user has provided for url rewrite. Null means no path will be updated. Default value is null.

modified_query_string
str

Query string which user has provided for url rewrite. Null means no query string will be updated. Default value is null.

reroute

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.

Variables

Name Description
modified_path
str

Url path which user has provided for url rewrite. Null means no path will be updated. Default value is null.

modified_query_string
str

Query string which user has provided for url rewrite. Null means no query string will be updated. Default value is null.

reroute

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.