ApplicationGatewayRequestRoutingRule Class
Request routing rule of an application gateway.
- Inheritance
-
azure.mgmt.network.v2015_06_15.models._models_py3.SubResourceApplicationGatewayRequestRoutingRule
Constructor
ApplicationGatewayRequestRoutingRule(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, etag: typing.Union[str, NoneType] = None, rule_type: typing.Union[str, _ForwardRef('ApplicationGatewayRequestRoutingRuleType'), NoneType] = None, backend_address_pool: typing.Union[_ForwardRef('SubResource'), NoneType] = None, backend_http_settings: typing.Union[_ForwardRef('SubResource'), NoneType] = None, http_listener: typing.Union[_ForwardRef('SubResource'), NoneType] = None, url_path_map: 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.
- rule_type
- str or ApplicationGatewayRequestRoutingRuleType
Rule type. Possible values are: 'Basic' and 'PathBasedRouting'. Possible values include: "Basic", "PathBasedRouting".
- backend_address_pool
- SubResource
Backend address pool resource of the application gateway.
- backend_http_settings
- SubResource
Frontend port resource of the application gateway.
- http_listener
- SubResource
Http listener resource of the application gateway.
- url_path_map
- SubResource
URL path map resource of the application gateway.
- provisioning_state
- str
Provisioning state of the request routing rule resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
Feedback
Submit and view feedback for