Share via


EventModelProperties interface

Event model properties.

Properties

correlationId

Gets or sets the event correlation Id.

customProperties

Event model custom properties.

description

Gets or sets the event description.

eventName

Gets or sets the event name.

eventType

Gets or sets the event type.

healthErrors

Gets or sets the errors associated with this event.

provisioningState

Gets or sets the provisioning state of the event.

resourceName

Gets or sets the resource name.

resourceType

Gets or sets the resource type.

severity

Gets or sets the event severity.

timeOfOccurrence

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