Schedule interface
Definition of the schedule.
- Extends
Properties
| advanced |
Gets or sets the advanced schedule. |
| creation |
Gets or sets the creation time. |
| description | Gets or sets the description. |
| expiry |
Gets or sets the end time of the schedule. |
| expiry |
Gets or sets the expiry time's offset in minutes. |
| frequency | Gets or sets the frequency of the schedule. |
| interval | Gets or sets the interval of the schedule. |
| is |
Gets or sets a value indicating whether this schedule is enabled. |
| last |
Gets or sets the last modified time. |
| next |
Gets or sets the next run time of the schedule. |
| next |
Gets or sets the next run time's offset in minutes. |
| start |
Gets or sets the start time of the schedule. |
| start |
Gets the start time's offset in minutes. |
| time |
Gets or sets the time zone of the schedule. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
advancedSchedule
Gets or sets the advanced schedule.
advancedSchedule?: AdvancedSchedule
Property Value
creationTime
Gets or sets the creation time.
creationTime?: Date
Property Value
Date
description
Gets or sets the description.
description?: string
Property Value
string
expiryTime
Gets or sets the end time of the schedule.
expiryTime?: Date
Property Value
Date
expiryTimeOffsetMinutes
Gets or sets the expiry time's offset in minutes.
expiryTimeOffsetMinutes?: number
Property Value
number
frequency
Gets or sets the frequency of the schedule.
frequency?: string
Property Value
string
interval
Gets or sets the interval of the schedule.
interval?: any
Property Value
any
isEnabled
Gets or sets a value indicating whether this schedule is enabled.
isEnabled?: boolean
Property Value
boolean
lastModifiedTime
Gets or sets the last modified time.
lastModifiedTime?: Date
Property Value
Date
nextRun
Gets or sets the next run time of the schedule.
nextRun?: Date
Property Value
Date
nextRunOffsetMinutes
Gets or sets the next run time's offset in minutes.
nextRunOffsetMinutes?: number
Property Value
number
startTime
Gets or sets the start time of the schedule.
startTime?: Date
Property Value
Date
startTimeOffsetMinutes
Gets the start time's offset in minutes.
startTimeOffsetMinutes?: number
Property Value
number
timeZone
Gets or sets the time zone of the schedule.
timeZone?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type