AutoscaleTimeAndCapacity Class
Time and capacity request parameters.
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
|
|
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python