ReplicaContainer interface
Container object under Container App Revision Replica.
Properties
| container |
The Id of the Container |
| name | The Name of the Container |
| ready | The container ready status |
| restart |
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