OccurrenceResource interface
Scheduling and status details for a resource included in a scheduled action occurrence.
Properties
| error |
Read-only. Error details when the operation fails for this resource. |
| id | Read-only. The Azure resource ID of the association resource. |
| name | Read-only. The name of the association 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 |
Read-only. The UTC date and time when the operation is scheduled for this resource. |
| type | Read-only. The Azure resource type of the associated resource. |
Property Details
errorDetails
Read-only. Error details when the operation fails for this resource.
errorDetails?: ErrorModel
Property Value
id
Read-only. The Azure resource ID of the association resource.
id: string
Property Value
string
name
Read-only. The name of the association resource.
name: string
Property Value
string
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
scheduledTime
Read-only. The UTC date and time when the operation is scheduled for this resource.
scheduledTime: Date
Property Value
Date
type
Read-only. The Azure resource type of the associated resource.
type?: string
Property Value
string