OccurrenceExtensionProperties interface
An occurrence associated with a specific compute resource.
Properties
| error |
Read-only. Error details when the operation fails for this resource. |
| notification |
Notification settings that apply only to this resource. |
| provisioning |
Read-only. The current state of the operation for this resource. |
| resource |
The Azure resource ID of the targeted virtual machine. |
| scheduled |
The Azure resource ID of the scheduled action that owns the occurrence. |
| scheduled |
Read-only. The UTC date and time when the operation is scheduled for this resource. |
Property Details
errorDetails
Read-only. Error details when the operation fails for this resource.
errorDetails?: ErrorModel
Property Value
notificationSettings
Notification settings that apply only to this resource.
notificationSettings?: NotificationProperties[]
Property Value
provisioningState
Read-only. The current state of the operation for this resource.
provisioningState?: string
Property Value
string
resourceId
The Azure resource ID of the targeted virtual machine.
resourceId: string
Property Value
string
scheduledActionId
The Azure resource ID of the scheduled action that owns the occurrence.
scheduledActionId: string
Property Value
string
scheduledTime
Read-only. The UTC date and time when the operation is scheduled for this resource.
scheduledTime: Date
Property Value
Date