AzureFirewall Class
Azure Firewall resource.
Constructor
AzureFirewall(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
id
|
Resource ID. |
|
name
|
Resource name. |
|
type
|
Resource type. |
|
location
|
Resource location. |
|
tags
|
Resource tags. |
|
properties
|
Properties of the azure firewall. |
|
extended_location
|
The extended location of type local virtual network gateway. |
|
zones
|
A list of availability zones denoting where the resource needs to come from. |
|
etag
|
A unique read-only string that changes whenever the resource is updated. |
Attributes
etag
A unique read-only string that changes whenever the resource is updated.
etag: str | None
extended_location
The extended location of type local virtual network gateway.
extended_location: _models.ExtendedLocation | None
properties
Properties of the azure firewall.
properties: _models.AzureFirewallPropertiesFormat | None
zones
A list of availability zones denoting where the resource needs to come from.
zones: list[str] | None