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

AppPlatformCustomContainer 类

定义

自定义容器有效负载。

public class AppPlatformCustomContainer
type AppPlatformCustomContainer = class
Public Class AppPlatformCustomContainer
继承
AppPlatformCustomContainer

构造函数

AppPlatformCustomContainer()

初始化 AppPlatformCustomContainer 的新实例。

属性

Args

入口点的参数。 如果未提供此 CMD,则使用 Docker 映像的 CMD。

Command

Entrypoint 数组。 未在 shell 中执行。 如果未提供,则使用 Docker 映像的 ENTRYPOINT。

ContainerImage

自定义容器的容器映像。 这应采用 repository>:<tag> 的形式<,不带注册表的服务器名称。

ImageRegistryCredential

映像注册表的凭据。

LanguageFramework

已上传的容器映像的语言框架。

Server

包含容器映像的注册表的名称。

适用于