ApplicationGatewayRedirectConfiguration

data class ApplicationGatewayRedirectConfiguration(val id: String? = null, val includePath: Boolean? = null, val includeQueryString: Boolean? = null, val name: String, val redirectType: String, val targetListenerId: String? = null, val targetListenerName: String? = null, val targetUrl: String? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, includePath: Boolean? = null, includeQueryString: Boolean? = null, name: String, redirectType: String, targetListenerId: String? = null, targetListenerName: String? = null, targetUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The ID of the Rewrite Rule Set

Link copied to clipboard
val includePath: Boolean? = null

Whether to include the path in the redirected URL. Defaults to false

Link copied to clipboard

Whether to include the query string in the redirected URL. Default to false

Link copied to clipboard

Unique name of the redirect configuration block

Link copied to clipboard

The type of redirect. Possible values are Permanent, Temporary, Found and SeeOther

Link copied to clipboard
Link copied to clipboard

The name of the listener to redirect to. Cannot be set if target_url is set.

Link copied to clipboard
val targetUrl: String? = null

The URL to redirect the request to. Cannot be set if target_listener_name is set.