ApplicationGatewayFirewallRuleSet 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
ApplicationGatewayFirewallRuleSet() |
Initializes a new instance of the ApplicationGatewayFirewallRuleSet class. |
ApplicationGatewayFirewallRuleSet(String, String, IList<ApplicationGatewayFirewallRuleGroup>, String, String, String, String, IDictionary<String,String>, String, IList<String>) |
Initializes a new instance of the ApplicationGatewayFirewallRuleSet class. |
ApplicationGatewayFirewallRuleSet()
Initializes a new instance of the ApplicationGatewayFirewallRuleSet class.
public ApplicationGatewayFirewallRuleSet ();
Public Sub New ()
Applies to
ApplicationGatewayFirewallRuleSet(String, String, IList<ApplicationGatewayFirewallRuleGroup>, String, String, String, String, IDictionary<String,String>, String, IList<String>)
Initializes a new instance of the ApplicationGatewayFirewallRuleSet class.
public ApplicationGatewayFirewallRuleSet (string ruleSetType, string ruleSetVersion, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayFirewallRuleGroup> ruleGroups, string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, string provisioningState = default, System.Collections.Generic.IList<string> tiers = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayFirewallRuleSet : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayFirewallRuleGroup> * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayFirewallRuleSet
Public Sub New (ruleSetType As String, ruleSetVersion As String, ruleGroups As IList(Of ApplicationGatewayFirewallRuleGroup), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional provisioningState 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.
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- location
- String
Resource location.
- tags
- IDictionary<String,String>
Resource tags.
- provisioningState
- String
The provisioning state of the web application firewall rule set. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
Applies to
Azure SDK for .NET