IContainer Interface

Definition

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

Properties

Command

The commands to execute within the container instance 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 container instance.

Image

The name of the image used to create the container instance.

InstanceViewEvent

The events of the container instance.

InstanceViewRestartCount

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

LimitCpu

The CPU limit of this container instance.

LimitMemoryInGb

The memory limit in GB of this container instance.

LimitsGpuCount

The count of the GPU resource.

LimitsGpuSku

The SKU of the GPU resource.

LivenessProbeExecCommand

The commands to execute within the container.

LivenessProbeFailureThreshold

The failure threshold.

LivenessProbeHttpGetHttpHeader

The HTTP headers.

LivenessProbeHttpGetPath

The path to probe.

LivenessProbeHttpGetPort

The port number to probe.

LivenessProbeHttpGetScheme

The scheme.

LivenessProbeInitialDelaySecond

The initial delay seconds.

LivenessProbePeriodSecond

The period seconds.

LivenessProbeSuccessThreshold

The success threshold.

LivenessProbeTimeoutSecond

The timeout seconds.

Name

The user-provided name of the container instance.

Port

The exposed ports on 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.

ReadinessProbeExecCommand

The commands to execute within the container.

ReadinessProbeFailureThreshold

The failure threshold.

ReadinessProbeHttpGetHttpHeader

The HTTP headers.

ReadinessProbeHttpGetPath

The path to probe.

ReadinessProbeHttpGetPort

The port number to probe.

ReadinessProbeHttpGetScheme

The scheme.

ReadinessProbeInitialDelaySecond

The initial delay seconds.

ReadinessProbePeriodSecond

The period seconds.

ReadinessProbeSuccessThreshold

The success threshold.

ReadinessProbeTimeoutSecond

The timeout seconds.

RequestCpu

The CPU request of this container instance.

RequestMemoryInGb

The memory request in GB of this container instance.

RequestsGpuCount

The count of the GPU resource.

RequestsGpuSku

The SKU of the GPU resource.

VolumeMount

The volume mounts available to the container instance.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to