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>? = null, val pathRules: Output<List<SubResourceArgs>>? = null, val redirectType: Output<Either<String, ApplicationGatewayRedirectType>>? = null, val requestRoutingRules: Output<List<SubResourceArgs>>? = null, val targetListener: Output<SubResourceArgs>? = null, val targetUrl: Output<String>? = null, val urlPathMaps: Output<List<SubResourceArgs>>? = null) : ConvertibleToJava<ApplicationGatewayRedirectConfigurationArgs>
Redirect configuration of an application gateway.
Constructors
Link copied to clipboard
fun ApplicationGatewayRedirectConfigurationArgs(id: Output<String>? = null, includePath: Output<Boolean>? = null, includeQueryString: Output<Boolean>? = null, name: Output<String>? = null, pathRules: Output<List<SubResourceArgs>>? = null, redirectType: Output<Either<String, ApplicationGatewayRedirectType>>? = null, requestRoutingRules: Output<List<SubResourceArgs>>? = null, targetListener: Output<SubResourceArgs>? = null, targetUrl: Output<String>? = null, urlPathMaps: Output<List<SubResourceArgs>>? = null)