Package version:

Container object under Container App Revision Replica.

interface ReplicaContainer {
    containerId?: string;
    execEndpoint?: string;
    logStreamEndpoint?: string;
    name?: string;
    ready?: boolean;
    restartCount?: number;
    runningState?: string;
    runningStateDetails?: string;
    started?: boolean;
}

Properties

containerId?: string

The Id of the Container

execEndpoint?: string

Container exec endpoint NOTE: This property will not be serialized. It can only be populated by the server.

logStreamEndpoint?: string

Log Stream endpoint NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

The Name of the Container

ready?: boolean

The container ready status

restartCount?: number

The container restart count

runningState?: string

Current running state of the container NOTE: This property will not be serialized. It can only be populated by the server.

runningStateDetails?: string

The details of container current running state NOTE: This property will not be serialized. It can only be populated by the server.

started?: boolean

The container start status