public final class ContainerState extends Object
| Constructor and Description |
|---|
ContainerState() |
| Modifier and Type | Method and Description |
|---|---|
String |
detailStatus()
Get the detailStatus property: The human-readable status of the container instance state.
|
Integer |
exitCode()
Get the exitCode property: The container instance exit codes correspond to those from the `docker run` command.
|
OffsetDateTime |
finishTime()
Get the finishTime property: The date-time when the container instance state finished.
|
OffsetDateTime |
startTime()
Get the startTime property: The date-time when the container instance state started.
|
String |
state()
Get the state property: The state of the container instance.
|
void |
validate()
Validates the instance.
|
public String state()
public OffsetDateTime startTime()
public Integer exitCode()
public OffsetDateTime finishTime()
public String detailStatus()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.