ComputeStartStopSchedule interface
Compute start stop schedule properties
Properties
| action | [Required] The compute power action. |
| cron | Required if triggerType is Cron. |
| id | A system assigned id for the schedule. NOTE: This property will not be serialized. It can only be populated by the server. |
| provisioning |
The current deployment state of schedule. NOTE: This property will not be serialized. It can only be populated by the server. |
| recurrence | Required if triggerType is Recurrence. |
| schedule | [Deprecated] Not used any more. |
| status | Is the schedule enabled or disabled? |
| trigger |
[Required] The schedule trigger type. |
Property Details
action
[Required] The compute power action.
action?: string
Property Value
string
cron
id
A system assigned id for the schedule. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
provisioningStatus
The current deployment state of schedule. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningStatus?: string
Property Value
string
recurrence
schedule
status
Is the schedule enabled or disabled?
status?: string
Property Value
string
triggerType
[Required] The schedule trigger type.
triggerType?: string
Property Value
string