ApplicationGatewayRedirectConfigurationResponse

data class ApplicationGatewayRedirectConfigurationResponse(val etag: String, val id: String? = null, val includePath: Boolean? = null, val includeQueryString: Boolean? = null, val name: String? = null, val pathRules: List<SubResourceResponse>? = null, val redirectType: String? = null, val requestRoutingRules: List<SubResourceResponse>? = null, val targetListener: SubResourceResponse? = null, val targetUrl: String? = null, val type: String, val urlPathMaps: List<SubResourceResponse>? = null)

Redirect configuration of an application gateway.

Constructors

constructor(etag: String, id: String? = null, includePath: Boolean? = null, includeQueryString: Boolean? = null, name: String? = null, pathRules: List<SubResourceResponse>? = null, redirectType: String? = null, requestRoutingRules: List<SubResourceResponse>? = null, targetListener: SubResourceResponse? = null, targetUrl: String? = null, type: String, urlPathMaps: List<SubResourceResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard
val includePath: Boolean? = null

Include path in the redirected url.

Link copied to clipboard

Include query string in the redirected url.

Link copied to clipboard
val name: String? = null

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

Link copied to clipboard

Path rules specifying redirect configuration.

Link copied to clipboard
val redirectType: String? = null

HTTP redirection type.

Link copied to clipboard

Request routing specifying redirect configuration.

Link copied to clipboard

Reference to a listener to redirect the request to.

Link copied to clipboard
val targetUrl: String? = null

Url to redirect the request to.

Link copied to clipboard

Type of the resource.

Link copied to clipboard

Url path maps specifying default redirect configuration.