ApplicationGatewayPathRulePropertiesFormat Class

Properties of path rule of an application gateway.

Constructor

ApplicationGatewayPathRulePropertiesFormat(*args: Any, **kwargs: Any)

Variables

Name Description
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: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

firewall_policy

Reference to the FirewallPolicy resource.

Attributes

backend_address_pool

Backend address pool resource of URL path map path rule.

backend_address_pool: _models.SubResource | None

backend_http_settings

Backend http settings resource of URL path map path rule.

backend_http_settings: _models.SubResource | None

firewall_policy

Reference to the FirewallPolicy resource.

firewall_policy: _models.SubResource | None

load_distribution_policy

Load Distribution Policy resource of URL path map path rule.

load_distribution_policy: _models.SubResource | None

paths

Path rules of URL path map.

paths: list[str] | None

provisioning_state

"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

provisioning_state: str | _models.ProvisioningState | None

redirect_configuration

Redirect configuration resource of URL path map path rule.

redirect_configuration: _models.SubResource | None

rewrite_rule_set

Rewrite rule set resource of URL path map path rule.

rewrite_rule_set: _models.SubResource | None