Container Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A container instance.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.ContainerTypeConverter))]
public class Container : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IContainer
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.ContainerTypeConverter))>]
type Container = class
interface IContainer
interface IJsonSerializable
Public Class Container
Implements IContainer
- Inheritance
-
Container
- Attributes
- Implements
Constructors
Container() |
Creates an new Container instance. |
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 |
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 |
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 |
PreviousStateFinishTime |
The date-time when the container instance state finished. |
PreviousStateStartTime |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Container. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IContainer. |
FromJsonString(String) |
Creates a new instance of Container, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |