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

NodeClosedEvent interface

节点已关闭事件。

属性

category

事件的类别。

error

描述错误。

eventInstanceId

FabricEvent 实例的标识符。

hasCorrelatedEvents

显示现有相关事件可用。

kind

多态鉴别器

nodeId

节点的 ID。

nodeInstance

节点实例的 ID。

nodeName

Service Fabric 节点的名称。

timeStamp

记录时间事件。

属性详细信息

category

事件的类别。

category?: string

属性值

string

error

描述错误。

error: string

属性值

string

eventInstanceId

FabricEvent 实例的标识符。

eventInstanceId: string

属性值

string

hasCorrelatedEvents

显示现有相关事件可用。

hasCorrelatedEvents?: boolean

属性值

boolean

kind

多态鉴别器

kind: "NodeClosed"

属性值

"NodeClosed"

nodeId

节点的 ID。

nodeId: string

属性值

string

nodeInstance

节点实例的 ID。

nodeInstance: number

属性值

number

nodeName

Service Fabric 节点的名称。

nodeName: string

属性值

string

timeStamp

记录时间事件。

timeStamp: Date

属性值

Date