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

ProtectableContainer interface

可保护容器类。

属性

backupManagementType

容器的备份管理类型。

containerId

容器的结构 ID,例如 ARM ID。

friendlyName

易记的容器名称。

healthStatus

容器的运行状况状态。

protectableContainerType

多态鉴别器,它指定此对象可以是的不同类型

属性详细信息

backupManagementType

容器的备份管理类型。

backupManagementType?: string

属性值

string

containerId

容器的结构 ID,例如 ARM ID。

containerId?: string

属性值

string

friendlyName

易记的容器名称。

friendlyName?: string

属性值

string

healthStatus

容器的运行状况状态。

healthStatus?: string

属性值

string

protectableContainerType

多态鉴别器,它指定此对象可以是的不同类型

protectableContainerType: "StorageContainer" | "VMAppContainer"

属性值

"StorageContainer" | "VMAppContainer"