你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IInitContainerPropertiesDefinitionInstanceView Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.InitContainerPropertiesDefinitionInstanceViewTypeConverter))]
public interface IInitContainerPropertiesDefinitionInstanceView : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.InitContainerPropertiesDefinitionInstanceViewTypeConverter))>]
type IInitContainerPropertiesDefinitionInstanceView = interface
    interface IJsonSerializable
Public Interface IInitContainerPropertiesDefinitionInstanceView
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 init container.

PreviousState

The state of the container instance.

PreviousStateDetailStatus

The human-readable status of the container instance state.

PreviousStateExitCode

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

PreviousStateFinishTime

The date-time when the container instance state finished.

PreviousStateStartTime

The date-time when the container instance state started.

RestartCount

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to