AzureFirewallAutoscaleConfiguration Class
Azure Firewall Autoscale Configuration parameters.
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. |
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Python