你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EventModelProperties interface

事件模型属性。

属性

correlationId

获取或设置事件关联 ID。

customProperties

事件模型自定义属性。

description

获取或设置事件说明。

eventName

获取或设置事件名称。

eventType

获取或设置事件类型。

healthErrors

获取或设置与此事件关联的错误。

provisioningState

获取或设置事件的预配状态。

resourceName

获取或设置资源名称。

resourceType

获取或设置资源类型。

severity

获取或设置事件严重性。

timeOfOccurrence

获取或设置事件发生在源的时间。

属性详细信息

correlationId

获取或设置事件关联 ID。

correlationId?: string

属性值

string

customProperties

事件模型自定义属性。

customProperties: EventModelCustomPropertiesUnion

属性值

description

获取或设置事件说明。

description?: string

属性值

string

eventName

获取或设置事件名称。

eventName?: string

属性值

string

eventType

获取或设置事件类型。

eventType?: string

属性值

string

healthErrors

获取或设置与此事件关联的错误。

healthErrors?: HealthErrorModel[]

属性值

provisioningState

获取或设置事件的预配状态。

provisioningState?: string

属性值

string

resourceName

获取或设置资源名称。

resourceName?: string

属性值

string

resourceType

获取或设置资源类型。

resourceType?: string

属性值

string

severity

获取或设置事件严重性。

severity?: string

属性值

string

timeOfOccurrence

获取或设置事件发生在源的时间。

timeOfOccurrence?: Date

属性值

Date