EventModelProperties interface

Event model properties.

Properties

correlationId

Gets or sets the event correlation Id. NOTE: This property will not be serialized. It can only be populated by the server.

customProperties

Event model custom properties.

description

Gets or sets the event description. NOTE: This property will not be serialized. It can only be populated by the server.

eventName

Gets or sets the event name. NOTE: This property will not be serialized. It can only be populated by the server.

eventType

Gets or sets the event type. NOTE: This property will not be serialized. It can only be populated by the server.

healthErrors

Gets or sets the errors associated with this event. NOTE: This property will not be serialized. It can only be populated by the server.

resourceName

Gets or sets the resource name. NOTE: This property will not be serialized. It can only be populated by the server.

resourceType

Gets or sets the resource type. NOTE: This property will not be serialized. It can only be populated by the server.

severity

Gets or sets the event severity. NOTE: This property will not be serialized. It can only be populated by the server.

timeOfOccurrence

Gets or sets the time at which the event occurred at source. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

correlationId

Gets or sets the event correlation Id. NOTE: This property will not be serialized. It can only be populated by the server.

correlationId?: string

Property Value

string

customProperties

Event model custom properties.

customProperties: EventModelCustomPropertiesUnion

Property Value

description

Gets or sets the event description. NOTE: This property will not be serialized. It can only be populated by the server.

description?: string

Property Value

string

eventName

Gets or sets the event name. NOTE: This property will not be serialized. It can only be populated by the server.

eventName?: string

Property Value

string

eventType

Gets or sets the event type. NOTE: This property will not be serialized. It can only be populated by the server.

eventType?: string

Property Value

string

healthErrors

Gets or sets the errors associated with this event. NOTE: This property will not be serialized. It can only be populated by the server.

healthErrors?: HealthErrorModel[]

Property Value

resourceName

Gets or sets the resource name. NOTE: This property will not be serialized. It can only be populated by the server.

resourceName?: string

Property Value

string

resourceType

Gets or sets the resource type. NOTE: This property will not be serialized. It can only be populated by the server.

resourceType?: string

Property Value

string

severity

Gets or sets the event severity. NOTE: This property will not be serialized. It can only be populated by the server.

severity?: string

Property Value

string

timeOfOccurrence

Gets or sets the time at which the event occurred at source. NOTE: This property will not be serialized. It can only be populated by the server.

timeOfOccurrence?: Date

Property Value

Date