ApplicationGatewayPathRule Class

Path rule of URL path map of an application gateway.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network.models._models_py3.SubResource
ApplicationGatewayPathRule

Constructor

ApplicationGatewayPathRule(*, id: str | None = None, name: str | None = None, paths: List[str] | None = None, backend_address_pool: _models.SubResource | None = None, backend_http_settings: _models.SubResource | None = None, redirect_configuration: _models.SubResource | None = None, rewrite_rule_set: _models.SubResource | None = None, load_distribution_policy: _models.SubResource | None = None, firewall_policy: _models.SubResource | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource ID.

name
str

Name of the path rule that is unique within an Application Gateway.

paths

Path rules of URL path map.

backend_address_pool

Backend address pool resource of URL path map path rule.

backend_http_settings

Backend http settings resource of URL path map path rule.

redirect_configuration

Redirect configuration resource of URL path map path rule.

rewrite_rule_set

Rewrite rule set resource of URL path map path rule.

load_distribution_policy

Load Distribution Policy resource of URL path map path rule.

firewall_policy

Reference to the FirewallPolicy resource.

Variables

Name Description
id
str

Resource ID.

name
str

Name of the path rule that is unique within an Application Gateway.

etag
str

A unique read-only string that changes whenever the resource is updated.

type
str

Type of the resource.

paths

Path rules of URL path map.

backend_address_pool

Backend address pool resource of URL path map path rule.

backend_http_settings

Backend http settings resource of URL path map path rule.

redirect_configuration

Redirect configuration resource of URL path map path rule.

rewrite_rule_set

Rewrite rule set resource of URL path map path rule.

load_distribution_policy

Load Distribution Policy resource of URL path map path rule.

provisioning_state

The provisioning state of the path rule resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed".

firewall_policy

Reference to the FirewallPolicy resource.