Condividi tramite


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
str

The description of the schedule.

time_zone_id
str

The time zone of the schedule.

Default value: UTC
schedule_list

Schedule list.

Default value: None

Variables

Name Description
id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

system_data

System data of the scheduled resource.

description
str

The description of the schedule.

time_zone_id
str

The time zone of the schedule.

schedule_list

Schedule list.

next_run_action
str

Next action to be executed (Start or Stop).

next_execution_time
str

Timestamp when the next action will be executed in the corresponding schedule time zone.