ProtectableContainer interface
Protectable Container Class.
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. |
protectable |
Polymorphic discriminator, which specifies the different types this object can be |
Property Details
backupManagementType
Type of backup management for the container.
backupManagementType?: string
Property Value
string
containerId
Fabric Id of the container such as ARM Id.
containerId?: string
Property Value
string
friendlyName
Friendly name of the container.
friendlyName?: string
Property Value
string
healthStatus
Status of health of the container.
healthStatus?: string
Property Value
string
protectableContainerType
Polymorphic discriminator, which specifies the different types this object can be
protectableContainerType: "StorageContainer" | "VMAppContainer"
Property Value
"StorageContainer" | "VMAppContainer"