ApplicationGatewayRedirectConfiguration interface

Redirect configuration of an application gateway.

Extends

Properties

etag

A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server.

includePath

Include path in the redirected url.

includeQueryString

Include query string in the redirected url.

name

Name of the redirect configuration that is unique within an Application Gateway.

pathRules

Path rules specifying redirect configuration.

redirectType

HTTP redirection type.

requestRoutingRules

Request routing specifying redirect configuration.

targetListener

Reference to a listener to redirect the request to.

targetUrl

Url to redirect the request to.

type

Type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

urlPathMaps

Url path maps specifying default redirect configuration.

Inherited Properties

id

Resource ID.

Property Details

etag

A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server.

etag?: string

Property Value

string

includePath

Include path in the redirected url.

includePath?: boolean

Property Value

boolean

includeQueryString

Include query string in the redirected url.

includeQueryString?: boolean

Property Value

boolean

name

Name of the redirect configuration that is unique within an Application Gateway.

name?: string

Property Value

string

pathRules

Path rules specifying redirect configuration.

pathRules?: SubResource[]

Property Value

redirectType

HTTP redirection type.

redirectType?: string

Property Value

string

requestRoutingRules

Request routing specifying redirect configuration.

requestRoutingRules?: SubResource[]

Property Value

targetListener

Reference to a listener to redirect the request to.

targetListener?: SubResource

Property Value

targetUrl

Url to redirect the request to.

targetUrl?: string

Property Value

string

type

Type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

urlPathMaps

Url path maps specifying default redirect configuration.

urlPathMaps?: SubResource[]

Property Value

Inherited Property Details

id

Resource ID.

id?: string

Property Value

string

Inherited From SubResource.id