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

ContainerAppContainer 类

定义

容器应用容器定义。

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

构造函数

ContainerAppContainer()

初始化 ContainerAppContainer 的新实例。

属性

Args

容器启动命令参数。

(继承自 ContainerAppBaseContainer)
Command

容器启动命令。

(继承自 ContainerAppBaseContainer)
Env

容器环境变量。

(继承自 ContainerAppBaseContainer)
Image

容器映像标记。

(继承自 ContainerAppBaseContainer)
Name

自定义容器名称。

(继承自 ContainerAppBaseContainer)
Probes

容器的探测列表。

Resources

容器资源要求。

(继承自 ContainerAppBaseContainer)
VolumeMounts

容器卷装载。

(继承自 ContainerAppBaseContainer)

适用于