ApplicationFirewallSettings 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 ApplicationFirewallSettings
type ApplicationFirewallSettings = class
Public Class ApplicationFirewallSettings
- Inheritance
-
ApplicationFirewallSettings
Constructors
| Name | Description |
|---|---|
| ApplicationFirewallSettings() |
Initializes a new instance of the ApplicationFirewallSettings class. |
| ApplicationFirewallSettings(IList<ClientConnectionCountRule>, IList<ClientTrafficControlRule>, Nullable<Int64>) |
Initializes a new instance of the ApplicationFirewallSettings class. |
Properties
| Name | Description |
|---|---|
| ClientConnectionCountRules |
Gets or sets rules to control the client connection count |
| ClientTrafficControlRules |
Gets or sets rules to control the client traffic |
| MaxClientConnectionLifetimeInSeconds |
Gets or sets config to control the client connection lifetime in seconds, can be set to 0 to disable the config |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |