ApplicationFirewallSettings interface
Application firewall settings for the resource
Properties
| client |
Rules to control the client connection count |
| client |
Rules to control the client traffic |
| max |
Config to control the client connection lifetime in seconds, can be set to 0 to disable the config |
Property Details
clientConnectionCountRules
Rules to control the client connection count
clientConnectionCountRules?: ClientConnectionCountRuleUnion[]
Property Value
clientTrafficControlRules
Rules to control the client traffic
clientTrafficControlRules?: ClientTrafficControlRuleUnion[]
Property Value
maxClientConnectionLifetimeInSeconds
Config to control the client connection lifetime in seconds, can be set to 0 to disable the config
maxClientConnectionLifetimeInSeconds?: number
Property Value
number