AzureFirewallSku Class
SKU of an Azure Firewall.
Constructor
AzureFirewallSku(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
Name of an Azure Firewall SKU. Known values are: "AZFW_VNet" and "AZFW_Hub". |
|
tier
|
Tier of an Azure Firewall. Known values are: "Standard", "Premium", and "Basic". |
Attributes
name
"AZFW_VNet" and "AZFW_Hub".
name: str | _models.AzureFirewallSkuName | None
tier
"Standard", "Premium", and "Basic".
tier: str | _models.AzureFirewallSkuTier | None