你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ProtectableContainer interface
可保护容器类。
属性
backup |
容器的备份管理类型。 |
container |
容器的结构 ID,例如 ARM ID。 |
friendly |
易记的容器名称。 |
health |
容器的运行状况状态。 |
protectable |
多态鉴别器,它指定此对象可以是的不同类型 |
属性详细信息
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"