StartStopManagedInstanceSchedule interface
Managed instance's Start/Stop schedule.
- Extends
Properties
description | The description of the schedule. |
next |
Timestamp when the next action will be executed in the corresponding schedule time zone. NOTE: This property will not be serialized. It can only be populated by the server. |
next |
Next action to be executed (Start or Stop) NOTE: This property will not be serialized. It can only be populated by the server. |
schedule |
Schedule list. |
system |
System data of the scheduled resource. NOTE: This property will not be serialized. It can only be populated by the server. |
time |
The time zone of the schedule. |
Inherited Properties
id | Resource ID. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
description
The description of the schedule.
description?: string
Property Value
string
nextExecutionTime
Timestamp when the next action will be executed in the corresponding schedule time zone. NOTE: This property will not be serialized. It can only be populated by the server.
nextExecutionTime?: string
Property Value
string
nextRunAction
Next action to be executed (Start or Stop) NOTE: This property will not be serialized. It can only be populated by the server.
nextRunAction?: string
Property Value
string
scheduleList
systemData
System data of the scheduled resource. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
timeZoneId
The time zone of the schedule.
timeZoneId?: string
Property Value
string
Inherited Property Details
id
Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyResource.id
name
Resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyResource.name
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResource.type