ApplicationCreatedEvent

アプリケーションの作成イベント。

プロパティ

名前 Type 必須
EventInstanceId string (UUID) はい
Category string いいえ
TimeStamp String (日時) はい
HasCorrelatedEvents boolean いいえ
ApplicationId string はい
ApplicationTypeName string はい
ApplicationTypeVersion string はい
ApplicationDefinitionKind string はい

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
必須: はい

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


ApplicationTypeVersion

: string
必須: はい

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


ApplicationDefinitionKind

: string
必須: はい

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