ApplicationGatewayFirewallRuleSet 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.
A web application firewall rule set.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayFirewallRuleSet : Microsoft.Azure.Management.Network.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayFirewallRuleSet = class
inherit Resource
Public Class ApplicationGatewayFirewallRuleSet
Inherits Resource
- Inheritance
- Attributes
Constructors
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. |
Properties
Id |
Gets or sets resource ID. (Inherited from Resource) |
Location |
Gets or sets resource location. (Inherited from Resource) |
Name |
Gets resource name. (Inherited from Resource) |
ProvisioningState |
Gets the provisioning state of the web application firewall rule set. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
RuleGroups |
Gets or sets the rule groups of the web application firewall rule set. |
RuleSetType |
Gets or sets the type of the web application firewall rule set. |
RuleSetVersion |
Gets or sets the version of the web application firewall rule set type. |
Tags |
Gets or sets resource tags. (Inherited from Resource) |
Tiers |
Gets or sets tier of an application gateway that support the rule set. |
Type |
Gets resource type. (Inherited from Resource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET