AutoscaleTimeAndCapacity Class
Time and capacity request parameters.
- Inheritance
-
msrest.serialization.ModelAutoscaleTimeAndCapacity
Constructor
AutoscaleTimeAndCapacity(*, time: str | None = None, min_instance_count: int | None = None, max_instance_count: int | None = None, **kwargs)
Parameters
Name | Description |
---|---|
time
Required
|
24-hour time in the form xx:xx. |
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 |
---|---|
time
Required
|
|
min_instance_count
Required
|
|
max_instance_count
Required
|
|
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