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 or sets the human-readable status of the container instance state. |
ExitCode |
Gets or sets the container instance exit codes correspond to those
from the |
FinishTime |
Gets or sets the date-time when the container instance state finished. |
StartTime |
Gets or sets the date-time when the container instance state started. |
State |
Gets or sets the state of the container instance. |
Applies to
Azure SDK for .NET