Share via


ReplicaContainer interface

Container object under Container App Revision Replica.

Properties

containerId

The Id of the Container

name

The Name of the Container

ready

The container ready status

restartCount

The container restart count

started

The container start status

Property Details

containerId

The Id of the Container

containerId?: string

Property Value

string

name

The Name of the Container

name?: string

Property Value

string

ready

The container ready status

ready?: boolean

Property Value

boolean

restartCount

The container restart count

restartCount?: number

Property Value

number

started

The container start status

started?: boolean

Property Value

boolean