通过


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

ReplicaContainer interface

容器应用修订副本下的容器对象。

属性

containerId

容器的 ID

name

容器的名称

ready

容器就绪状态

restartCount

容器重启计数

started

容器启动状态

属性详细信息

containerId

容器的 ID

containerId?: string

属性值

string

name

容器的名称

name?: string

属性值

string

ready

容器就绪状态

ready?: boolean

属性值

boolean

restartCount

容器重启计数

restartCount?: number

属性值

number

started

容器启动状态

started?: boolean

属性值

boolean