Share via


ApplicationGatewayFirewallManifestRuleSet Constructors

Definition

Overloads

ApplicationGatewayFirewallManifestRuleSet()

Initializes a new instance of the ApplicationGatewayFirewallManifestRuleSet class.

ApplicationGatewayFirewallManifestRuleSet(String, String, IList<ApplicationGatewayFirewallRuleGroup>, String, IList<String>)

Initializes a new instance of the ApplicationGatewayFirewallManifestRuleSet class.

ApplicationGatewayFirewallManifestRuleSet()

Initializes a new instance of the ApplicationGatewayFirewallManifestRuleSet class.

public ApplicationGatewayFirewallManifestRuleSet ();
Public Sub New ()

Applies to

ApplicationGatewayFirewallManifestRuleSet(String, String, IList<ApplicationGatewayFirewallRuleGroup>, String, IList<String>)

Initializes a new instance of the ApplicationGatewayFirewallManifestRuleSet class.

public ApplicationGatewayFirewallManifestRuleSet (string ruleSetType, string ruleSetVersion, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayFirewallRuleGroup> ruleGroups, string status = default, System.Collections.Generic.IList<string> tiers = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayFirewallManifestRuleSet : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayFirewallRuleGroup> * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayFirewallManifestRuleSet
Public Sub New (ruleSetType As String, ruleSetVersion As String, ruleGroups As IList(Of ApplicationGatewayFirewallRuleGroup), Optional status As String = Nothing, Optional tiers As IList(Of String) = Nothing)

Parameters

ruleSetType
String

The type of the web application firewall rule set.

ruleSetVersion
String

The version of the web application firewall rule set type.

ruleGroups
IList<ApplicationGatewayFirewallRuleGroup>

The rule groups of the web application firewall rule set.

status
String

The rule set status. Possible values include: 'Preview', 'GA', 'Supported', 'Deprecated'

tiers
IList<String>

Tier of an application gateway that support the rule set.

Applies to