ScheduledActionsExtensionProperties interface
Scheduled action extension properties
Properties
| action |
The action the scheduled action should perform in the resources |
| disabled | Tell if the scheduled action is disabled or not |
| end |
The time when the scheduled action is supposed to stop scheduling |
| notification |
The notification settings for the scheduled action |
| provisioning |
The status of the last provisioning operation performed on the resource. |
| resource |
The notification settings for the scheduled action at a resource level. Resource level notification settings are scope to specific resources only and submitted through attach requests. |
| resource |
The type of resource the scheduled action is targeting |
| schedule | The schedule the scheduled action is supposed to follow |
| start |
The time which the scheduled action is supposed to start running |
Property Details
actionType
The action the scheduled action should perform in the resources
actionType: string
Property Value
string
disabled
Tell if the scheduled action is disabled or not
disabled?: boolean
Property Value
boolean
endTime
The time when the scheduled action is supposed to stop scheduling
endTime?: string
Property Value
string
notificationSettings
The notification settings for the scheduled action
notificationSettings: NotificationProperties[]
Property Value
provisioningState
The status of the last provisioning operation performed on the resource.
provisioningState?: string
Property Value
string
resourceNotificationSettings
The notification settings for the scheduled action at a resource level. Resource level notification settings are scope to specific resources only and submitted through attach requests.
resourceNotificationSettings?: NotificationProperties[]
Property Value
resourceType
The type of resource the scheduled action is targeting
resourceType: string
Property Value
string
schedule
The schedule the scheduled action is supposed to follow
schedule: ScheduledActionsSchedule
Property Value
startTime
The time which the scheduled action is supposed to start running
startTime: string
Property Value
string