ApplicationGatewayFirewallManifestRuleSet Constructors
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.
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'
Applies to
Azure SDK for .NET