OccurrenceExtensionProperties interface
The properties of the occurrence extension
Properties
| error |
Error details for the resource. Only populated if resource is in failed state. |
| notification |
The desired notification settings for the specified resource. |
| provisioning |
The current state of the resource |
| resource |
The ARM Id of the resource. "subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.Compute/virtualMachines/{vmName}" |
| scheduled |
The arm identifier of the scheduled action the occurrence belongs to |
| scheduled |
The time the occurrence is scheduled for the resource. Specified in UTC. |
Property Details
errorDetails
Error details for the resource. Only populated if resource is in failed state.
errorDetails?: ErrorModel
Property Value
notificationSettings
The desired notification settings for the specified resource.
notificationSettings?: NotificationProperties[]
Property Value
provisioningState
The current state of the resource
provisioningState?: string
Property Value
string
resourceId
The ARM Id of the resource. "subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.Compute/virtualMachines/{vmName}"
resourceId: string
Property Value
string
scheduledActionId
The arm identifier of the scheduled action the occurrence belongs to
scheduledActionId: string
Property Value
string
scheduledTime
The time the occurrence is scheduled for the resource. Specified in UTC.
scheduledTime: Date
Property Value
Date