Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApplicationContainerInstanceExitedEvent

Package version

Container Exited event.

Hierarchy

  • ApplicationContainerInstanceExitedEvent

Index

Properties

applicationId

applicationId: string

The identity of the application. This is an encoded representation of the application name. This is used in the REST APIs to identify the application resource. Starting in version 6.0, hierarchical names are delimited with the "~" character. For example, if the application name is "fabric:/myapp/app1", the application identity would be "myapp~app1" in 6.0+ and "myapp/app1" in previous versions.

Optional category

category: undefined | string

The category of event.

codePackageName

codePackageName: string

Name of Code package.

containerName

containerName: string

Name of Container.

entryPointType

entryPointType: string

Type of EntryPoint.

eventInstanceId

eventInstanceId: string

The identifier for the FabricEvent instance.

exitCode

exitCode: number

Exit code of process.

Optional hasCorrelatedEvents

hasCorrelatedEvents: undefined | false | true

Shows there is existing related events available.

hostId

hostId: string

Host Id.

imageName

imageName: string

Name of Container image.

isExclusive

isExclusive: boolean

Indicates IsExclusive flag.

kind

kind: "ApplicationContainerInstanceExited"

Polymorphic Discriminator

serviceName

serviceName: string

Name of Service.

servicePackageActivationId

servicePackageActivationId: string

Activation Id of Service package.

servicePackageName

servicePackageName: string

Name of Service package.

startTime

startTime: Date

Start time of process.

timeStamp

timeStamp: Date

The time event was logged.

unexpectedTermination

unexpectedTermination: boolean

Indicates if termination is unexpected.

Generated using TypeDoc