ApplicationGatewayRequestRoutingRule Class

Request routing rule of an application gateway.

Inheritance
azure.mgmt.network.v2018_10_01.models._models_py3.SubResource
ApplicationGatewayRequestRoutingRule

Constructor

ApplicationGatewayRequestRoutingRule(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, etag: typing.Union[str, NoneType] = None, type: 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, rewrite_rule_set: typing.Union[_ForwardRef('SubResource'), NoneType] = None, redirect_configuration: typing.Union[_ForwardRef('SubResource'), NoneType] = None, provisioning_state: typing.Union[str, NoneType] = None, **kwargs)

Parameters

id
str

Resource ID.

name
str

Name of the request routing rule that is unique within an Application Gateway.

etag
str

A unique read-only string that changes whenever the resource is updated.

type
str

Type of the resource.

rule_type
str or ApplicationGatewayRequestRoutingRuleType

Rule type. Possible values include: "Basic", "PathBasedRouting".

backend_address_pool
SubResource

Backend address pool resource of the application gateway.

backend_http_settings
SubResource

Backend http settings 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.

rewrite_rule_set
SubResource

Rewrite Rule Set resource in Basic rule of the application gateway.

redirect_configuration
SubResource

Redirect configuration resource of the application gateway.

provisioning_state
str

Provisioning state of the request routing rule resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.