Share via


IContainerPropertiesInstanceView Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.ContainerPropertiesInstanceViewTypeConverter))]
public interface IContainerPropertiesInstanceView : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.ContainerPropertiesInstanceViewTypeConverter))>]
type IContainerPropertiesInstanceView = interface
    interface IJsonSerializable
Public Interface IContainerPropertiesInstanceView
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

CurrentStateDetailStatus

The human-readable status of the container instance state.

CurrentStateExitCode

The container instance exit codes correspond to those from the docker run command.

CurrentStateFinishTime

The date-time when the container instance state finished.

CurrentStateStartTime

The date-time when the container instance state started.

CurrentStateState

The state of the container instance.

Event

The events of the container instance.

PreviousState
PreviousStateDetailStatus
PreviousStateExitCode
PreviousStateFinishTime
PreviousStateStartTime
PreviouState

The state of the container instance.

PreviouStateDetailStatus

The human-readable status of the container instance state.

PreviouStateExitCode

The container instance exit codes correspond to those from the docker run command.

PreviouStateFinishTime

The date-time when the container instance state finished.

PreviouStateStartTime

The date-time when the container instance state started.

RestartCount

The number of times that the container instance has been restarted.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to