ContainerState interface
The container state.
Properties
detail |
Human-readable status of this state. |
exit |
The container exit code. |
finish |
Date/time when the container state finished. |
start |
Date/time when the container state started. |
state | The state of this container |
Property Details
detailStatus
Human-readable status of this state.
detailStatus?: string
Property Value
string
exitCode
The container exit code.
exitCode?: string
Property Value
string
finishTime
Date/time when the container state finished.
finishTime?: Date
Property Value
Date
startTime
Date/time when the container state started.
startTime?: Date
Property Value
Date
state
The state of this container
state?: string
Property Value
string
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for JavaScript