ApplicationGatewayUrlPathMapPropertiesFormat Class

Properties of UrlPathMap of the application gateway.

Constructor

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

Variables

Name Description
default_backend_address_pool

Default backend address pool resource of URL path map.

default_backend_http_settings

Default backend http settings resource of URL path map.

default_rewrite_rule_set

Default Rewrite rule set resource of URL path map.

default_redirect_configuration

Default redirect configuration resource of URL path map.

default_load_distribution_policy

Default Load Distribution Policy resource of URL path map.

path_rules

Path rule of URL path map resource.

provisioning_state

The provisioning state of the URL path map resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

Attributes

default_backend_address_pool

Default backend address pool resource of URL path map.

default_backend_address_pool: _models.SubResource | None

default_backend_http_settings

Default backend http settings resource of URL path map.

default_backend_http_settings: _models.SubResource | None

default_load_distribution_policy

Default Load Distribution Policy resource of URL path map.

default_load_distribution_policy: _models.SubResource | None

default_redirect_configuration

Default redirect configuration resource of URL path map.

default_redirect_configuration: _models.SubResource | None

default_rewrite_rule_set

Default Rewrite rule set resource of URL path map.

default_rewrite_rule_set: _models.SubResource | None

path_rules

Path rule of URL path map resource.

path_rules: list['_models.ApplicationGatewayPathRule'] | None

provisioning_state

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

provisioning_state: str | _models.ProvisioningState | None