你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ContainerAppInitContainer 类

定义

容器应用初始化容器定义。

public class ContainerAppInitContainer : Azure.ResourceManager.AppContainers.Models.ContainerAppBaseContainer
type ContainerAppInitContainer = class
    inherit ContainerAppBaseContainer
Public Class ContainerAppInitContainer
Inherits ContainerAppBaseContainer
继承
ContainerAppInitContainer

构造函数

ContainerAppInitContainer()

初始化 ContainerAppInitContainer 的新实例。

属性

Args

容器启动命令参数。

(继承自 ContainerAppBaseContainer)
Command

容器启动命令。

(继承自 ContainerAppBaseContainer)
Env

容器环境变量。

(继承自 ContainerAppBaseContainer)
Image

容器映像标记。

(继承自 ContainerAppBaseContainer)
Name

自定义容器名称。

(继承自 ContainerAppBaseContainer)
Resources

容器资源要求。

(继承自 ContainerAppBaseContainer)
VolumeMounts

容器卷装载。

(继承自 ContainerAppBaseContainer)

适用于