WebApplicationFirewallPolicy Class
Defines web application firewall policy.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2019_04_01.models._models_py3.ResourceWebApplicationFirewallPolicy
Constructor
WebApplicationFirewallPolicy(*, id: typing.Union[str, NoneType] = None, location: typing.Union[str, NoneType] = None, tags: typing.Union[typing.Dict[str, str], NoneType] = None, etag: typing.Union[str, NoneType] = None, policy_settings: typing.Union[_ForwardRef('PolicySettings'), NoneType] = None, custom_rules: typing.Union[typing.List[_ForwardRef('WebApplicationFirewallCustomRule')], NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- location
- str
Resource location.
- etag
- str
Gets a unique read-only string that changes whenever the resource is updated.
- policy_settings
- PolicySettings
Describes policySettings for policy.
- custom_rules
- list[WebApplicationFirewallCustomRule]
Describes custom rules inside the policy.
Variables
- name
- str
Resource name.
- type
- str
Resource type.
- application_gateways
- list[ApplicationGateway]
A collection of references to application gateways.
- provisioning_state
- str
Provisioning state of the WebApplicationFirewallPolicy.
- resource_state
- str or WebApplicationFirewallPolicyResourceState
Resource status of the policy. Possible values include: "Creating", "Enabling", "Enabled", "Disabling", "Disabled", "Deleting".
Feedback
Submit and view feedback for