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.
- Inheritance
-
azure.mgmt.network.models._models_py3.SubResourceApplicationGatewayUrlPathMap
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
|
Resource ID. |
name
|
Name of the URL path map that is unique within an Application Gateway. |
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. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Name of the URL path map that is unique within an Application Gateway. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
type
|
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: "Succeeded", "Updating", "Deleting", and "Failed". |
Azure SDK for Python