StartStopManagedInstanceSchedule Class
Managed instance's Start/Stop schedule.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
StartStopManagedInstanceSchedule(*, description: str = '', time_zone_id: str = 'UTC', schedule_list: list['_models.ScheduleItem'] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
description
|
The description of the schedule. |
|
time_zone_id
|
The time zone of the schedule. Default value: UTC
|
|
schedule_list
|
Schedule list. Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
Resource ID. |
|
name
|
Resource name. |
|
type
|
Resource type. |
|
system_data
|
System data of the scheduled resource. |
|
description
|
The description of the schedule. |
|
time_zone_id
|
The time zone of the schedule. |
|
schedule_list
|
Schedule list. |
|
next_run_action
|
Next action to be executed (Start or Stop). |
|
next_execution_time
|
Timestamp when the next action will be executed in the corresponding schedule time zone. |