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. |
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