ApplicationGatewayUrlPathMap Class
UrlPathMaps give a url path to the backend mapping information for PathBasedRouting.
- Inheritance
-
azure.mgmt.network.v2017_10_01.models._models_py3.SubResourceApplicationGatewayUrlPathMap
Constructor
ApplicationGatewayUrlPathMap(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, etag: typing.Union[str, NoneType] = None, type: 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_redirect_configuration: typing.Union[_ForwardRef('SubResource'), NoneType] = None, path_rules: typing.Union[typing.List[_ForwardRef('ApplicationGatewayPathRule')], NoneType] = None, provisioning_state: typing.Union[str, NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- name
- str
Name of the resource that is unique within a resource group. This name can be used to access the resource.
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- type
- str
Type of the resource.
- 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_redirect_configuration
- SubResource
Default redirect configuration resource of URL path map.
- path_rules
- list[ApplicationGatewayPathRule]
Path rule of URL path map resource.
- provisioning_state
- str
Provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
Feedback
Submit and view feedback for