你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureVMAppContainerProtectableContainer interface
Azure workload-specific container
- Extends
Properties
protectable |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
backup |
Type of backup management for the container. |
container |
Fabric Id of the container such as ARM Id. |
friendly |
Friendly name of the container. |
health |
Status of health of the container. |
Property Details
protectableContainerType
Polymorphic discriminator, which specifies the different types this object can be
protectableContainerType: "VMAppContainer"
Property Value
"VMAppContainer"
Inherited Property Details
backupManagementType
Type of backup management for the container.
backupManagementType?: string
Property Value
string
Inherited From ProtectableContainer.backupManagementType
containerId
Fabric Id of the container such as ARM Id.
containerId?: string
Property Value
string
Inherited From ProtectableContainer.containerId
friendlyName
Friendly name of the container.
friendlyName?: string
Property Value
string
Inherited From ProtectableContainer.friendlyName
healthStatus
Status of health of the container.
healthStatus?: string
Property Value
string
Inherited From ProtectableContainer.healthStatus