你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApplicationContainerInstanceExitedEvent interface

容器退出事件。

属性

applicationId

应用程序的标识。 这是应用程序名称的编码表示形式。 这在 REST API 中用于标识应用程序资源。 从版本 6.0 开始,分层名称以“~”字符分隔。 例如,如果应用程序名称为“fabric:/myapp/app1”,则应用程序标识为 6.0+ 中的“myapp~app1”,在以前的版本中为“myapp/app1”。

category

事件的类别。

codePackageName

代码包的名称。

containerName

容器的名称。

entryPointType

EntryPoint 的类型。

eventInstanceId

FabricEvent 实例的标识符。

exitCode

退出进程代码。

hasCorrelatedEvents

显示现有相关事件可用。

hostId

主机 ID。

imageName

容器映像的名称。

isExclusive

指示 IsExclusive 标志。

kind

多态鉴别器

serviceName

服务的名称。

servicePackageActivationId

服务包的激活 ID。

servicePackageName

服务包的名称。

startTime

进程的开始时间。

timeStamp

记录时间事件。

unexpectedTermination

指示终止是否意外。

属性详细信息

applicationId

应用程序的标识。 这是应用程序名称的编码表示形式。 这在 REST API 中用于标识应用程序资源。 从版本 6.0 开始,分层名称以“~”字符分隔。 例如,如果应用程序名称为“fabric:/myapp/app1”,则应用程序标识为 6.0+ 中的“myapp~app1”,在以前的版本中为“myapp/app1”。

applicationId: string

属性值

string

category

事件的类别。

category?: string

属性值

string

codePackageName

代码包的名称。

codePackageName: string

属性值

string

containerName

容器的名称。

containerName: string

属性值

string

entryPointType

EntryPoint 的类型。

entryPointType: string

属性值

string

eventInstanceId

FabricEvent 实例的标识符。

eventInstanceId: string

属性值

string

exitCode

退出进程代码。

exitCode: number

属性值

number

hasCorrelatedEvents

显示现有相关事件可用。

hasCorrelatedEvents?: boolean

属性值

boolean

hostId

主机 ID。

hostId: string

属性值

string

imageName

容器映像的名称。

imageName: string

属性值

string

isExclusive

指示 IsExclusive 标志。

isExclusive: boolean

属性值

boolean

kind

多态鉴别器

kind: "ApplicationContainerInstanceExited"

属性值

"ApplicationContainerInstanceExited"

serviceName

服务的名称。

serviceName: string

属性值

string

servicePackageActivationId

服务包的激活 ID。

servicePackageActivationId: string

属性值

string

servicePackageName

服务包的名称。

servicePackageName: string

属性值

string

startTime

进程的开始时间。

startTime: Date

属性值

Date

timeStamp

记录时间事件。

timeStamp: Date

属性值

Date

unexpectedTermination

指示终止是否意外。

unexpectedTermination: boolean

属性值

boolean