ApplicationGatewayPathRule Class
Path rule of URL path map of an application gateway.
- Inheritance
-
azure.mgmt.network.v2015_06_15.models._models_py3.SubResourceApplicationGatewayPathRule
Constructor
ApplicationGatewayPathRule(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, etag: typing.Union[str, NoneType] = None, paths: typing.Union[typing.List[str], NoneType] = None, backend_address_pool: typing.Union[_ForwardRef('SubResource'), NoneType] = None, backend_http_settings: typing.Union[_ForwardRef('SubResource'), NoneType] = None, provisioning_state: typing.Union[str, NoneType] = None, **kwargs)
Parameters
- id
- str
Resource Identifier.
- 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.
- backend_address_pool
- SubResource
Backend address pool resource of URL path map.
- backend_http_settings
- SubResource
Backend http settings resource of URL path map.
- provisioning_state
- str
Path rule of URL path map resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
Feedback
Submit and view feedback for