ApplicationGatewayUrlPathMap Class

UrlPathMaps give a url path to the backend mapping information for PathBasedRouting.

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

Constructor

ApplicationGatewayUrlPathMap(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, etag: typing.Union[str, NoneType] = None, type: typing.Union[str, NoneType] = None, default_backend_address_pool: typing.Union[_ForwardRef('SubResource'), NoneType] = None, default_backend_http_settings: typing.Union[_ForwardRef('SubResource'), NoneType] = None, default_rewrite_rule_set: typing.Union[_ForwardRef('SubResource'), NoneType] = None, default_redirect_configuration: typing.Union[_ForwardRef('SubResource'), NoneType] = None, path_rules: typing.Union[typing.List[_ForwardRef('ApplicationGatewayPathRule')], NoneType] = None, provisioning_state: typing.Union[str, NoneType] = None, **kwargs)

Parameters

id
str

Resource ID.

name
str

Name of the URL path map 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.

default_backend_address_pool
SubResource

Default backend address pool resource of URL path map.

default_backend_http_settings
SubResource

Default backend http settings resource of URL path map.

default_rewrite_rule_set
SubResource

Default Rewrite rule set resource of URL path map.

default_redirect_configuration
SubResource

Default redirect configuration resource of URL path map.

path_rules
list[ApplicationGatewayPathRule]

Path rule of URL path map resource.

provisioning_state
str

Provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.