ApplicationGatewayRequestRoutingRule Class

Request routing rule of an application gateway.

Inheritance
azure.mgmt.network.v2017_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, 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 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.

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

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.

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'.