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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python