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

ContainerPropertiesInstanceView 类

定义

容器实例的实例视图。 仅在响应中有效。

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

构造函数

ContainerPropertiesInstanceView()

初始化 ContainerPropertiesInstanceView 类的新实例。

ContainerPropertiesInstanceView(Nullable<Int32>, ContainerState, ContainerState, IList<EventModel>)

初始化 ContainerPropertiesInstanceView 类的新实例。

属性

CurrentState

获取当前容器实例状态。

Events

获取容器实例的事件。

PreviousState

获取以前的容器实例状态。

RestartCount

获取容器实例已重启的次数。

适用于