ScheduleProperties interface
The Schedule properties defining when and what to execute.
- Extends
Properties
provisioning |
The provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
frequency | The frequency of this scheduled task. |
location | The geo-location where the resource lives |
state | Indicates whether or not this scheduled task is enabled. |
tags | Resource tags. |
time | The target time to trigger the action. The format is HH:MM. |
time |
The IANA timezone id at which the schedule should execute. |
type | Supported type this scheduled task represents. |
Property Details
provisioningState
The provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
Inherited Property Details
frequency
The frequency of this scheduled task.
frequency?: string
Property Value
string
Inherited From ScheduleUpdateProperties.frequency
location
The geo-location where the resource lives
location?: string
Property Value
string
Inherited From ScheduleUpdateProperties.location
state
Indicates whether or not this scheduled task is enabled.
state?: string
Property Value
string
Inherited From ScheduleUpdateProperties.state
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From ScheduleUpdateProperties.tags
time
The target time to trigger the action. The format is HH:MM.
time?: string
Property Value
string
Inherited From ScheduleUpdateProperties.time
timeZone
The IANA timezone id at which the schedule should execute.
timeZone?: string
Property Value
string
Inherited From ScheduleUpdateProperties.timeZone
type
Supported type this scheduled task represents.
type?: string
Property Value
string
Inherited From ScheduleUpdateProperties.type