IInitContainer 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.App.Models.InitContainerTypeConverter))]
public interface IInitContainer : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IBaseContainer
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.InitContainerTypeConverter))>]
type IInitContainer = interface
interface IJsonSerializable
interface IBaseContainer
Public Interface IInitContainer
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) |
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) |