次の方法で共有


NodeDeactivateCompletedEvent interface

Node Deactivate Completed イベント。

プロパティ

batchIdsWithDeactivateIntent

バッチ ID。

category

イベントのカテゴリ。

effectiveDeactivateIntent

非アクティブ化の意図について説明します。

eventInstanceId

FabricEvent インスタンスの識別子。

hasCorrelatedEvents

使用可能な既存の関連イベントがあることを示します。

kind

ポリモーフィック識別子

nodeInstance

Node インスタンスの ID。

nodeName

Service Fabric ノードの名前。

startTime

開始時刻。

timeStamp

時刻イベントがログに記録されました。

プロパティの詳細

batchIdsWithDeactivateIntent

バッチ ID。

batchIdsWithDeactivateIntent: string

プロパティ値

string

category

イベントのカテゴリ。

category?: string

プロパティ値

string

effectiveDeactivateIntent

非アクティブ化の意図について説明します。

effectiveDeactivateIntent: string

プロパティ値

string

eventInstanceId

FabricEvent インスタンスの識別子。

eventInstanceId: string

プロパティ値

string

hasCorrelatedEvents

使用可能な既存の関連イベントがあることを示します。

hasCorrelatedEvents?: boolean

プロパティ値

boolean

kind

ポリモーフィック識別子

kind: "NodeDeactivateCompleted"

プロパティ値

"NodeDeactivateCompleted"

nodeInstance

Node インスタンスの ID。

nodeInstance: number

プロパティ値

number

nodeName

Service Fabric ノードの名前。

nodeName: string

プロパティ値

string

startTime

開始時刻。

startTime: Date

プロパティ値

Date

timeStamp

時刻イベントがログに記録されました。

timeStamp: Date

プロパティ値

Date