ApplicationGatewayAutoscaleConfiguration Class
Application Gateway autoscale configuration.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.network._serialization.ModelApplicationGatewayAutoscaleConfiguration
Constructor
ApplicationGatewayAutoscaleConfiguration(*, min_capacity: int, max_capacity: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
min_capacity
|
Lower bound on number of Application Gateway capacity. Required. |
max_capacity
|
Upper bound on number of Application Gateway capacity. |
Variables
Name | Description |
---|---|
min_capacity
|
Lower bound on number of Application Gateway capacity. Required. |
max_capacity
|
Upper bound on number of Application Gateway capacity. |
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