EventModelProperties interface
Event model properties.
Properties
| correlation |
Gets or sets the event correlation Id. |
| custom |
Event model custom properties. |
| description | Gets or sets the event description. |
| event |
Gets or sets the event name. |
| event |
Gets or sets the event type. |
| health |
Gets or sets the errors associated with this event. |
| provisioning |
Gets or sets the provisioning state of the event. |
| resource |
Gets or sets the resource name. |
| resource |
Gets or sets the resource type. |
| severity | Gets or sets the event severity. |
| time |
Gets or sets the time at which the event occurred at source. |
Property Details
correlationId
Gets or sets the event correlation Id.
correlationId?: string
Property Value
string
customProperties
Event model custom properties.
customProperties: EventModelCustomPropertiesUnion
Property Value
description
Gets or sets the event description.
description?: string
Property Value
string
eventName
Gets or sets the event name.
eventName?: string
Property Value
string
eventType
Gets or sets the event type.
eventType?: string
Property Value
string
healthErrors
Gets or sets the errors associated with this event.
healthErrors?: HealthErrorModel[]
Property Value
provisioningState
Gets or sets the provisioning state of the event.
provisioningState?: string
Property Value
string
resourceName
Gets or sets the resource name.
resourceName?: string
Property Value
string
resourceType
Gets or sets the resource type.
resourceType?: string
Property Value
string
severity
Gets or sets the event severity.
severity?: string
Property Value
string
timeOfOccurrence
Gets or sets the time at which the event occurred at source.
timeOfOccurrence?: Date
Property Value
Date