ReplicaContainer interface
Container object under Container App Revision Replica.
Properties
| container |
The Id of the Container |
| exec |
Container exec endpoint NOTE: This property will not be serialized. It can only be populated by the server. |
| log |
Log Stream endpoint NOTE: This property will not be serialized. It can only be populated by the server. |
| name | The Name of the Container |
| ready | The container ready status |
| restart |
The container restart count |
| running |
Current running state of the container NOTE: This property will not be serialized. It can only be populated by the server. |
| running |
The details of container current running state NOTE: This property will not be serialized. It can only be populated by the server. |
| started | The container start status |
Property Details
containerId
The Id of the Container
containerId?: string
Property Value
string
execEndpoint
Container exec endpoint NOTE: This property will not be serialized. It can only be populated by the server.
execEndpoint?: string
Property Value
string
logStreamEndpoint
Log Stream endpoint NOTE: This property will not be serialized. It can only be populated by the server.
logStreamEndpoint?: 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
runningState
Current running state of the container NOTE: This property will not be serialized. It can only be populated by the server.
runningState?: string
Property Value
string
runningStateDetails
The details of container current running state NOTE: This property will not be serialized. It can only be populated by the server.
runningStateDetails?: string
Property Value
string
started
The container start status
started?: boolean
Property Value
boolean