GetApplicationGatewayRedirectConfiguration

data class GetApplicationGatewayRedirectConfiguration(val id: String, val includePath: Boolean, val includeQueryString: Boolean, val name: String, val redirectType: String, val targetListenerId: String, val targetListenerName: String, val targetUrl: String)

Constructors

constructor(id: String, includePath: Boolean, includeQueryString: Boolean, name: String, redirectType: String, targetListenerId: String, targetListenerName: String, targetUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The ID of the Rewrite Rule Set

Link copied to clipboard

Whether the path is included in the redirected URL.

Link copied to clipboard

Whether to include the query string in the redirected URL.

Link copied to clipboard

The name of this Application Gateway.

Link copied to clipboard

The type of redirect.

Link copied to clipboard
Link copied to clipboard

The name of the listener to redirect to.

Link copied to clipboard

The URL to redirect the request to.