다음을 통해 공유


InitContainerPropertiesDefinitionInstanceView Class

Definition

The instance view of the init container. Only valid in response.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.InitContainerPropertiesDefinitionInstanceViewTypeConverter))]
public class InitContainerPropertiesDefinitionInstanceView : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IInitContainerPropertiesDefinitionInstanceView
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.InitContainerPropertiesDefinitionInstanceViewTypeConverter))>]
type InitContainerPropertiesDefinitionInstanceView = class
    interface IInitContainerPropertiesDefinitionInstanceView
    interface IJsonSerializable
Public Class InitContainerPropertiesDefinitionInstanceView
Implements IInitContainerPropertiesDefinitionInstanceView
Inheritance
InitContainerPropertiesDefinitionInstanceView
Attributes
Implements

Constructors

InitContainerPropertiesDefinitionInstanceView()

Creates an new InitContainerPropertiesDefinitionInstanceView instance.

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
PreviousStateDetailStatus
PreviousStateExitCode
PreviousStateFinishTime
PreviousStateStartTime
RestartCount

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InitContainerPropertiesDefinitionInstanceView.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InitContainerPropertiesDefinitionInstanceView.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IInitContainerPropertiesDefinitionInstanceView.

FromJsonString(String)

Creates a new instance of InitContainerPropertiesDefinitionInstanceView, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of InitContainerPropertiesDefinitionInstanceView into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to