ContainerState Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The container instance state.
public class ContainerState
type ContainerState = class
Public Class ContainerState
- Inheritance
-
ContainerState
Constructors
ContainerState() |
Initializes a new instance of the ContainerState class. |
ContainerState(String, Nullable<DateTime>, Nullable<Int32>, Nullable<DateTime>, String) |
Initializes a new instance of the ContainerState class. |
Properties
DetailStatus |
Gets the human-readable status of the container instance state. |
ExitCode |
Gets the container instance exit codes correspond to those from the
|
FinishTime |
Gets the date-time when the container instance state finished. |
StartTime |
Gets the date-time when the container instance state started. |
State |
Gets the state of the container instance. |
Applies to
Azure SDK for .NET