OccurrenceExtensionProperties interface

An occurrence associated with a specific compute resource.

Properties

errorDetails

Read-only. Error details when the operation fails for this resource.

notificationSettings

Notification settings that apply only to this resource.

provisioningState

Read-only. The current state of the operation for this resource.

resourceId

The Azure resource ID of the targeted virtual machine.

scheduledActionId

The Azure resource ID of the scheduled action that owns the occurrence.

scheduledTime

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