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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python