WebPubSubApplicationFirewallSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Application firewall settings for the resource.
public class WebPubSubApplicationFirewallSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.WebPubSub.Models.WebPubSubApplicationFirewallSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.WebPubSub.Models.WebPubSubApplicationFirewallSettings>
type WebPubSubApplicationFirewallSettings = class
interface IJsonModel<WebPubSubApplicationFirewallSettings>
interface IPersistableModel<WebPubSubApplicationFirewallSettings>
Public Class WebPubSubApplicationFirewallSettings
Implements IJsonModel(Of WebPubSubApplicationFirewallSettings), IPersistableModel(Of WebPubSubApplicationFirewallSettings)
- Inheritance
-
WebPubSubApplicationFirewallSettings
- Implements
Constructors
| Name | Description |
|---|---|
| WebPubSubApplicationFirewallSettings() |
Initializes a new instance of WebPubSubApplicationFirewallSettings. |
Properties
| Name | Description |
|---|---|
| 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. |