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_02_01.models._models_py3.Resource
WebApplicationFirewallPolicy

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.

tags
dict[str, str]

A set of tags. Resource tags.

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".