ScheduledActionUpdateProperties interface
The updatable properties of the ScheduledAction.
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 |
| 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
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