Share 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 (Inherited from IBaseContainer)
Command (Inherited from IBaseContainer)
Env (Inherited from IBaseContainer)
Image (Inherited from IBaseContainer)
Name (Inherited from IBaseContainer)
Probe
ResourceCpu (Inherited from IBaseContainer)
ResourceEphemeralStorage (Inherited from IBaseContainer)
ResourceMemory (Inherited from IBaseContainer)
VolumeMount (Inherited from IBaseContainer)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to