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