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". |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python