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.v2020_05_01.models._models_py3.SubResourceApplicationGatewayUrlPathMap
Constructor
ApplicationGatewayUrlPathMap(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, default_backend_address_pool: typing.Union[_ForwardRef('SubResource'), NoneType] = None, default_backend_http_settings: typing.Union[_ForwardRef('SubResource'), NoneType] = None, default_rewrite_rule_set: typing.Union[_ForwardRef('SubResource'), NoneType] = None, default_redirect_configuration: typing.Union[_ForwardRef('SubResource'), NoneType] = None, path_rules: typing.Union[typing.List[_ForwardRef('ApplicationGatewayPathRule')], NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- name
- str
Name of the URL path map that is unique within an Application Gateway.
- default_backend_address_pool
- SubResource
Default backend address pool resource of URL path map.
- default_backend_http_settings
- SubResource
Default backend http settings resource of URL path map.
- default_rewrite_rule_set
- SubResource
Default Rewrite rule set resource of URL path map.
- default_redirect_configuration
- SubResource
Default redirect configuration resource of URL path map.
- path_rules
- list[ApplicationGatewayPathRule]
Path rule of URL path map resource.
Variables
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- type
- str
Type of the resource.
- provisioning_state
- str or ProvisioningState
The provisioning state of the URL path map resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for