Compartilhar via


Container Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ContainerTypeConverter))]
public class Container : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainer, Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ContainerTypeConverter))>]
type Container = class
    interface IContainer
    interface IJsonSerializable
    interface IBaseContainer
    interface IValidates
Public Class Container
Implements IContainer, IValidates
Inheritance
Container
Attributes
Implements

Constructors

Container()

Properties

Arg
Command
Env
Image
Name
Probe
ResourceCpu
ResourceEphemeralStorage
ResourceMemory
VolumeMount

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
ToString()
Validate(IEventListener)

Applies to