AutoscaleCapacity Class
The load-based autoscale request parameters.
- Inheritance
-
msrest.serialization.ModelAutoscaleCapacity
Constructor
AutoscaleCapacity(*, min_instance_count: int | None = None, max_instance_count: int | None = None, **kwargs)
Parameters
Name | Description |
---|---|
min_instance_count
Required
|
The minimum instance count of the cluster. |
max_instance_count
Required
|
The maximum instance count of the cluster. |
Keyword-Only Parameters
Name | Description |
---|---|
min_instance_count
Required
|
|
max_instance_count
Required
|
|
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