NodeDeactivateCompletedEvent interface
Node Deactivate Completed イベント。
プロパティ
| batch |
バッチ ID。 |
| category | イベントのカテゴリ。 |
| effective |
非アクティブ化の意図について説明します。 |
| event |
FabricEvent インスタンスの識別子。 |
| has |
使用可能な既存の関連イベントがあることを示します。 |
| kind | ポリモーフィック識別子 |
| node |
Node インスタンスの ID。 |
| node |
Service Fabric ノードの名前。 |
| start |
開始時刻。 |
| time |
時刻イベントがログに記録されました。 |
プロパティの詳細
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