Application Gateway Url Path Map Path Rule
data class ApplicationGatewayUrlPathMapPathRule(val backendAddressPoolId: String? = null, val backendAddressPoolName: String? = null, val backendHttpSettingsId: String? = null, val backendHttpSettingsName: String? = null, val firewallPolicyId: String? = null, val id: String? = null, val name: String, val paths: List<String>, val redirectConfigurationId: String? = null, val redirectConfigurationName: String? = null, val rewriteRuleSetId: String? = null, val rewriteRuleSetName: String? = null)
Constructors
Link copied to clipboard
fun ApplicationGatewayUrlPathMapPathRule(backendAddressPoolId: String? = null, backendAddressPoolName: String? = null, backendHttpSettingsId: String? = null, backendHttpSettingsName: String? = null, firewallPolicyId: String? = null, id: String? = null, name: String, paths: List<String>, redirectConfigurationId: String? = null, redirectConfigurationName: String? = null, rewriteRuleSetId: String? = null, rewriteRuleSetName: String? = null)