ApplicationUpgradeDomainCompletedEvent

アプリケーションアップグレードドメイン完了イベント。

プロパティ

名前 Type 必須
EventInstanceId string (UUID) はい
Category string いいえ
TimeStamp String (日時) はい
HasCorrelatedEvents boolean いいえ
ApplicationId string はい
ApplicationTypeName string はい
CurrentApplicationTypeVersion string はい
ApplicationTypeVersion string はい
UpgradeState string はい
UpgradeDomains string はい
UpgradeDomainElapsedTimeInMs 数値 (倍精度浮動小数点型) はい

EventInstanceId

: string (uuid)
必須: はい

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


Category

: string
必須: いいえ

イベントのカテゴリ。


TimeStamp

Type: string (date-time)
必須: はい

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


HasCorrelatedEvents

: boolean
必須: いいえ

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


ApplicationId

: string
必須: はい

アプリケーションの ID。 これは、アプリケーション名のエンコードされた表現です。 これは、アプリケーション リソースを識別するために REST API で使用されます。 バージョン 6.0 以降では、階層名は "~" 文字で区切られます。 たとえば、アプリケーション名が "fabric:/myapp/app1" の場合、6.0 以降ではアプリケーション ID は "myapp~app1" になり、前のバージョンでは "myapp/app1" になります。


ApplicationTypeName

: string
必須: はい

アプリケーションの種類名。


CurrentApplicationTypeVersion

: string
必須: はい

現在のアプリケーションの種類のバージョン。


ApplicationTypeVersion

: string
必須: はい

ターゲット アプリケーションの種類のバージョン。


UpgradeState

: string
必須: はい

アップグレードの状態。


UpgradeDomains

: string
必須: はい

ドメインをアップグレードします。


UpgradeDomainElapsedTimeInMs

Type: number (double)
必須: はい

ドメインのアップグレード時間 (ミリ秒単位)。