ApplicationGatewayFirewallRuleSetInner Class

Definition

A web application firewall rule set.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayFirewallRuleSetInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayFirewallRuleSetInner = class
    inherit Resource
Public Class ApplicationGatewayFirewallRuleSetInner
Inherits Resource
Inheritance
ApplicationGatewayFirewallRuleSetInner
Attributes

Constructors

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.

Properties

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
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

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to