你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ContainerAppInitContainer Class
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.
Container App init container definition.
public class ContainerAppInitContainer : Azure.ResourceManager.AppContainers.Models.ContainerAppBaseContainer, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.ContainerAppInitContainer>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.ContainerAppInitContainer>
type ContainerAppInitContainer = class
inherit ContainerAppBaseContainer
interface IJsonModel<ContainerAppInitContainer>
interface IPersistableModel<ContainerAppInitContainer>
Public Class ContainerAppInitContainer
Inherits ContainerAppBaseContainer
Implements IJsonModel(Of ContainerAppInitContainer), IPersistableModel(Of ContainerAppInitContainer)
- Inheritance
- Implements
Constructors
ContainerAppInitContainer() |
Initializes a new instance of ContainerAppInitContainer. |
Properties
Args |
Container start command arguments. (Inherited from ContainerAppBaseContainer) |
Command |
Container start command. (Inherited from ContainerAppBaseContainer) |
Env |
Container environment variables. (Inherited from ContainerAppBaseContainer) |
Image |
Container image tag. (Inherited from ContainerAppBaseContainer) |
Name |
Custom container name. (Inherited from ContainerAppBaseContainer) |
Resources |
Container resource requirements. (Inherited from ContainerAppBaseContainer) |
VolumeMounts |
Container volume mounts. (Inherited from ContainerAppBaseContainer) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |