ContainerExecutionStatus interface
Container Apps Job execution container status. Contains status code and reason
Properties
| additional |
Additional information for the container status |
| code | Exit code |
| name | Container Name. |
| status | Status of the container |
Property Details
additionalInformation
Additional information for the container status
additionalInformation?: string
Property Value
string
code
Exit code
code?: number
Property Value
number
name
Container Name.
name?: string
Property Value
string
status
Status of the container
status?: string
Property Value
string