ApplicationGatewayFirewallRuleSet Class
A web application firewall rule set.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2020_03_01.models._models_py3.ResourceApplicationGatewayFirewallRuleSet
Constructor
ApplicationGatewayFirewallRuleSet(*, id: typing.Union[str, NoneType] = None, location: typing.Union[str, NoneType] = None, tags: typing.Union[typing.Dict[str, str], NoneType] = None, rule_set_type: typing.Union[str, NoneType] = None, rule_set_version: typing.Union[str, NoneType] = None, rule_groups: typing.Union[typing.List[_ForwardRef('ApplicationGatewayFirewallRuleGroup')], NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- location
- str
Resource location.
- rule_set_type
- str
The type of the web application firewall rule set.
- rule_set_version
- str
The version of the web application firewall rule set type.
- rule_groups
- list[ApplicationGatewayFirewallRuleGroup]
The rule groups of the web application firewall rule set.
Variables
- name
- str
Resource name.
- type
- str
Resource type.
- provisioning_state
- str or ProvisioningState
The provisioning state of the web application firewall rule set. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for