你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Container interface
容器实例。
属性
command | 要在容器实例中执行的 exec 形式的命令。 |
environment |
要在容器实例中设置的环境变量。 |
image | 用于创建容器实例的映像的名称。 |
instance |
容器实例的实例视图。 仅在响应中有效。 注意:此属性不会被序列化。 它只能由服务器填充。 |
liveness |
运行情况探测。 |
name | 用户提供的容器实例名称。 |
ports | 容器实例上的已公开端口。 |
readiness |
就绪情况探测。 |
resources | 容器实例的资源要求。 |
security |
容器安全属性。 |
volume |
容器实例可用的卷装入点数。 |
属性详细信息
command
要在容器实例中执行的 exec 形式的命令。
command?: string[]
属性值
string[]
environmentVariables
image
用于创建容器实例的映像的名称。
image: string
属性值
string
instanceView
容器实例的实例视图。 仅在响应中有效。 注意:此属性不会被序列化。 它只能由服务器填充。
instanceView?: ContainerPropertiesInstanceView
属性值
livenessProbe
name
用户提供的容器实例名称。
name: string
属性值
string