ApplicationUpgradeRollbackStartedEvent

アプリケーションアップグレードロールバック開始イベント。

プロパティ

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

EventInstanceId

: string (uuid)
必須: はい

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


Category

: string
必須: いいえ

イベントのカテゴリ。


TimeStamp

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

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


HasCorrelatedEvents

: ブール値
必須: いいえ

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


ApplicationId

: string
必須: はい

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


ApplicationTypeName

: string
必須: はい

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


CurrentApplicationTypeVersion

: string
必須: はい

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


ApplicationTypeVersion

: string
必須: はい

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


FailureReason

: string
必須: はい

エラーの理由について説明します。


OverallUpgradeElapsedTimeInMs

種類: 数値 (倍精度)
必須: はい

アップグレードの全体的な時間 (ミリ秒)。