Schedule interface

Schedule model.

Properties

description

Description of the schedule.

displayName

Name of the schedule.

enabled

Enabled status of the schedule.

properties

Schedule's properties. Unlike tags, properties are add-only. Once added, a property cannot be removed.

provisioningStatus

Provisioning status of the schedule.

schedule_id

Identifier of the schedule.

systemData

System metadata for the resource.

tags

Schedule's tags. Unlike properties, tags are fully mutable.

task

Task for the schedule.

trigger

Trigger for the schedule.

Property Details

description

Description of the schedule.

description?: string

Property Value

string

displayName

Name of the schedule.

displayName?: string

Property Value

string

enabled

Enabled status of the schedule.

enabled: boolean

Property Value

boolean

properties

Schedule's properties. Unlike tags, properties are add-only. Once added, a property cannot be removed.

properties?: Record<string, string>

Property Value

Record<string, string>

provisioningStatus

Provisioning status of the schedule.

provisioningStatus?: ScheduleProvisioningStatus

Property Value

schedule_id

Identifier of the schedule.

schedule_id?: string

Property Value

string

systemData

System metadata for the resource.

systemData?: Record<string, string>

Property Value

Record<string, string>

tags

Schedule's tags. Unlike properties, tags are fully mutable.

tags?: Record<string, string>

Property Value

Record<string, string>

task

Task for the schedule.

task: ScheduleTaskUnion

Property Value

trigger

Trigger for the schedule.

trigger: TriggerUnion

Property Value