Share via


ApplicationGatewayUrlPathMap Class

UrlPathMaps give a url path to the backend mapping information for PathBasedRouting.

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

Constructor

ApplicationGatewayUrlPathMap(*, id: str | None = None, name: str | None = None, default_backend_address_pool: _models.SubResource | None = None, default_backend_http_settings: _models.SubResource | None = None, default_rewrite_rule_set: _models.SubResource | None = None, default_redirect_configuration: _models.SubResource | None = None, default_load_distribution_policy: _models.SubResource | None = None, path_rules: List[_models.ApplicationGatewayPathRule] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource ID.

Default value: None
name
str

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

Default value: None
default_backend_address_pool

Default backend address pool resource of URL path map.

Default value: None
default_backend_http_settings

Default backend http settings resource of URL path map.

Default value: None
default_rewrite_rule_set

Default Rewrite rule set resource of URL path map.

Default value: None
default_redirect_configuration

Default redirect configuration resource of URL path map.

Default value: None
default_load_distribution_policy

Default Load Distribution Policy resource of URL path map.

Default value: None
path_rules

Path rule of URL path map resource.

Default value: None

Variables

Name Description
id
str

Resource ID.

name
str

Name of the URL path map 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.

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".