Application Gateway Redirect Configuration Response
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
Link copied to clipboard
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)
Properties
Link copied to clipboard
Include path in the redirected url.
Link copied to clipboard
Include query string in the redirected url.
Link copied to clipboard
Path rules specifying redirect configuration.
Link copied to clipboard
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
Url path maps specifying default redirect configuration.