OccurrenceProperties interface
Properties of a scheduled action occurrence.
Properties
| provisioning |
Read-only. The current state of the occurrence. |
| result |
Read-only. The result summary after the occurrence reaches a final state. |
| scheduled |
Read-only. The UTC date and time when the occurrence is scheduled to run. |
Property Details
provisioningState
Read-only. The current state of the occurrence.
provisioningState?: string
Property Value
string
resultSummary
Read-only. The result summary after the occurrence reaches a final state.
resultSummary: OccurrenceResultSummary
Property Value
scheduledTime
Read-only. The UTC date and time when the occurrence is scheduled to run.
scheduledTime: Date
Property Value
Date