次の方法で共有


ApplicationUpgradeRollbackStartedEvent interface

Application Upgrade Rollback Started イベント。

プロパティ

applicationId

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

applicationTypeName

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

applicationTypeVersion

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

category

イベントのカテゴリ。

currentApplicationTypeVersion

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

eventInstanceId

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

failureReason

失敗の理由について説明します。

hasCorrelatedEvents

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

kind

ポリモーフィック識別子

overallUpgradeElapsedTimeInMs

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

timeStamp

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

プロパティの詳細

applicationId

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

applicationId: string

プロパティ値

string

applicationTypeName

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

applicationTypeName: string

プロパティ値

string

applicationTypeVersion

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

applicationTypeVersion: string

プロパティ値

string

category

イベントのカテゴリ。

category?: string

プロパティ値

string

currentApplicationTypeVersion

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

currentApplicationTypeVersion: string

プロパティ値

string

eventInstanceId

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

eventInstanceId: string

プロパティ値

string

failureReason

失敗の理由について説明します。

failureReason: string

プロパティ値

string

hasCorrelatedEvents

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

hasCorrelatedEvents?: boolean

プロパティ値

boolean

kind

ポリモーフィック識別子

kind: "ApplicationUpgradeRollbackStarted"

プロパティ値

"ApplicationUpgradeRollbackStarted"

overallUpgradeElapsedTimeInMs

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

overallUpgradeElapsedTimeInMs: number

プロパティ値

number

timeStamp

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

timeStamp: Date

プロパティ値

Date