Application Gateway Path Rule Args
data class ApplicationGatewayPathRuleArgs(val backendAddressPool: Output<SubResourceArgs>? = null, val backendHttpSettings: Output<SubResourceArgs>? = null, val firewallPolicy: Output<SubResourceArgs>? = null, val id: Output<String>? = null, val name: Output<String>? = null, val paths: Output<List<String>>? = null, val redirectConfiguration: Output<SubResourceArgs>? = null, val rewriteRuleSet: Output<SubResourceArgs>? = null) : ConvertibleToJava<ApplicationGatewayPathRuleArgs>
Path rule of URL path map of an application gateway.
Constructors
Link copied to clipboard
fun ApplicationGatewayPathRuleArgs(backendAddressPool: Output<SubResourceArgs>? = null, backendHttpSettings: Output<SubResourceArgs>? = null, firewallPolicy: Output<SubResourceArgs>? = null, id: Output<String>? = null, name: Output<String>? = null, paths: Output<List<String>>? = null, redirectConfiguration: Output<SubResourceArgs>? = null, rewriteRuleSet: Output<SubResourceArgs>? = null)