Schedule interface
Schedule model.
Properties
| description | Description of the schedule. |
| display |
Name of the schedule. |
| enabled | Enabled status of the schedule. |
| id | Identifier of the schedule. |
| properties | Schedule's properties. Unlike tags, properties are add-only. Once added, a property cannot be removed. |
| provisioning |
Provisioning status of the schedule. |
| system |
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
id
Identifier of the schedule.
id?: string
Property Value
string
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
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>