Application Gateway Url Path Map Args
data class ApplicationGatewayUrlPathMapArgs(val defaultBackendAddressPool: Output<SubResourceArgs>? = null, val defaultBackendHttpSettings: Output<SubResourceArgs>? = null, val defaultRedirectConfiguration: Output<SubResourceArgs>? = null, val defaultRewriteRuleSet: Output<SubResourceArgs>? = null, val id: Output<String>? = null, val name: Output<String>? = null, val pathRules: Output<List<ApplicationGatewayPathRuleArgs>>? = null) : ConvertibleToJava<ApplicationGatewayUrlPathMapArgs>
UrlPathMaps give a url path to the backend mapping information for PathBasedRouting.
Constructors
Link copied to clipboard
fun ApplicationGatewayUrlPathMapArgs(defaultBackendAddressPool: Output<SubResourceArgs>? = null, defaultBackendHttpSettings: Output<SubResourceArgs>? = null, defaultRedirectConfiguration: Output<SubResourceArgs>? = null, defaultRewriteRuleSet: Output<SubResourceArgs>? = null, id: Output<String>? = null, name: Output<String>? = null, pathRules: Output<List<ApplicationGatewayPathRuleArgs>>? = null)