Share via


InitContainerPropertiesDefinition Class

Definition

The init container definition properties.

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

Constructors

InitContainerPropertiesDefinition()

Creates an new InitContainerPropertiesDefinition instance.

Properties

Command

The command to execute within the init container in exec form.

CurrentState

The state of the container instance.

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.

EnvironmentVariable

The environment variables to set in the init container.

Image

The image of the init container.

InstanceViewEvent

The events of the init container.

InstanceViewRestartCount

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

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.

VolumeMount

The volume mounts available to the init container.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InitContainerPropertiesDefinition.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InitContainerPropertiesDefinition.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of InitContainerPropertiesDefinition into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to