AutoscaleSchedule Class

Parameters for a schedule-based autoscale rule, consisting of an array of days + a time and capacity.

Inheritance
AutoscaleSchedule

Constructor

AutoscaleSchedule(*, days: Optional[List[Union[str, azure.mgmt.hdinsight.models._hd_insight_management_client_enums.DaysOfWeek]]] = None, time_and_capacity: Optional[azure.mgmt.hdinsight.models._models_py3.AutoscaleTimeAndCapacity] = None, **kwargs)

Parameters

days
list[str or DaysOfWeek]
Required

Days of the week for a schedule-based autoscale rule.

time_and_capacity
AutoscaleTimeAndCapacity
Required

Time and capacity for a schedule-based autoscale rule.