Compartilhar via


IContainer Interface

Definition

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

Properties

Arg

Container start command arguments.

(Inherited from IBaseContainer)
Command

Container start command.

(Inherited from IBaseContainer)
Env

Container environment variables.

(Inherited from IBaseContainer)
Image

Container image tag.

(Inherited from IBaseContainer)
Name

Custom container name.

(Inherited from IBaseContainer)
Probe

List of probes for the container.

ResourceCpu

Required CPU in cores, e.g. 0.5

(Inherited from IBaseContainer)
ResourceEphemeralStorage

Ephemeral Storage, e.g. "1Gi"

(Inherited from IBaseContainer)
ResourceMemory

Required memory, e.g. "250Mb"

(Inherited from IBaseContainer)
VolumeMount

Container volume mounts.

(Inherited from IBaseContainer)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to