ApplicationGatewayPathRule Class
Path rule of URL path map of an application gateway.
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.SubResourceApplicationGatewayPathRule
Constructor
ApplicationGatewayPathRule(*, id: typing.Union[str, NoneType] = None, name: 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, redirect_configuration: typing.Union[_ForwardRef('SubResource'), NoneType] = None, rewrite_rule_set: typing.Union[_ForwardRef('SubResource'), NoneType] = None, firewall_policy: typing.Union[_ForwardRef('SubResource'), NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- name
- str
Name of the path rule that is unique within an Application Gateway.
- backend_address_pool
- SubResource
Backend address pool resource of URL path map path rule.
- backend_http_settings
- SubResource
Backend http settings resource of URL path map path rule.
- redirect_configuration
- SubResource
Redirect configuration resource of URL path map path rule.
- rewrite_rule_set
- SubResource
Rewrite rule set resource of URL path map path rule.
- firewall_policy
- SubResource
Reference to the FirewallPolicy 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 path rule resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for