ApplicationFirewallSettings interface

Application firewall settings for the resource

Properties

clientConnectionCountRules

Rules to control the client connection count

clientTrafficControlRules

Rules to control the client traffic

maxClientConnectionLifetimeInSeconds

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