AzureFirewallAutoscaleConfiguration Class
Azure Firewall Autoscale Configuration parameters.
- Inheritance
-
azure.mgmt.network._serialization.ModelAzureFirewallAutoscaleConfiguration
Constructor
AzureFirewallAutoscaleConfiguration(*, min_capacity: int | None = None, max_capacity: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
min_capacity
|
The minimum number of capacity units for this azure firewall. Use null to reset the value to the service default. |
max_capacity
|
The maximum number of capacity units for this azure firewall. Use null to reset the value to the service default. |
Variables
Name | Description |
---|---|
min_capacity
|
The minimum number of capacity units for this azure firewall. Use null to reset the value to the service default. |
max_capacity
|
The maximum number of capacity units for this azure firewall. Use null to reset the value to the service default. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python