AzureFirewallSku Class
SKU of an Azure Firewall.
- Inheritance
-
azure.mgmt.network._serialization.ModelAzureFirewallSku
Constructor
AzureFirewallSku(*, name: str | _models.AzureFirewallSkuName | None = None, tier: str | _models.AzureFirewallSkuTier | None = None, **kwargs: Any)
Keyword-Only Parameters
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". |
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". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python