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.

provisioningStatus

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?

triggerType

[Required] The schedule trigger type.

Property Details

action

[Required] The compute power action.

action?: string

Property Value

string

cron

Required if triggerType is Cron.

cron?: CronTrigger

Property Value

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

Required if triggerType is Recurrence.

recurrence?: RecurrenceTrigger

Property Value

schedule

[Deprecated] Not used any more.

schedule?: ScheduleBase

Property Value

status

Is the schedule enabled or disabled?

status?: string

Property Value

string

triggerType

[Required] The schedule trigger type.

triggerType?: string

Property Value

string