ContainerPropertiesInstanceView 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 instance view of the container instance. Only valid in response.
public class ContainerPropertiesInstanceView
type ContainerPropertiesInstanceView = class
Public Class ContainerPropertiesInstanceView
- Inheritance
-
ContainerPropertiesInstanceView
Constructors
ContainerPropertiesInstanceView() |
Initializes a new instance of the ContainerPropertiesInstanceView class. |
ContainerPropertiesInstanceView(Nullable<Int32>, ContainerState, ContainerState, IList<EventModel>) |
Initializes a new instance of the ContainerPropertiesInstanceView class. |
Properties
CurrentState |
Gets current container instance state. |
Events |
Gets the events of the container instance. |
PreviousState |
Gets previous container instance state. |
RestartCount |
Gets the number of times that the container instance has been restarted. |