Application Gateway Redirect Configuration Args
data class ApplicationGatewayRedirectConfigurationArgs(val id: Output<String>? = null, val includePath: Output<Boolean>? = null, val includeQueryString: Output<Boolean>? = null, val name: Output<String>, val redirectType: Output<String>, val targetListenerId: Output<String>? = null, val targetListenerName: Output<String>? = null, val targetUrl: Output<String>? = null) : ConvertibleToJava<ApplicationGatewayRedirectConfigurationArgs>
Properties
Link copied to clipboard
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
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.