IContainerProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.ContainerPropertiesTypeConverter))]
public interface IContainerProperties : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.ContainerPropertiesTypeConverter))>]
type IContainerProperties = interface
interface IJsonSerializable
Public Interface IContainerProperties
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 |
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. |
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |