ContainerPropertiesInstanceView Class

Definition

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.

Applies to