GenericContainer interface
Base class for generic container of backup items
- Extends
Properties
| container |
Type of the container. The value of this property for: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2. Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows machines (like MAB, DPM etc) is Windows 4. Azure SQL instance is AzureSqlContainer. 5. Storage containers is StorageContainer. 6. Azure workload Backup is VMAppContainer |
| extended |
Extended information (not returned in List container API calls) |
| fabric |
Name of the container's fabric |
Inherited Properties
| backup |
Type of backup management for the container. |
| friendly |
Friendly name of the container. |
| health |
Status of health of the container. |
| protectable |
Type of the protectable object associated with this container |
| registration |
Status of registration of the container with the Recovery Services Vault. |
Property Details
containerType
Type of the container. The value of this property for: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2. Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows machines (like MAB, DPM etc) is Windows 4. Azure SQL instance is AzureSqlContainer. 5. Storage containers is StorageContainer. 6. Azure workload Backup is VMAppContainer
containerType: "GenericContainer"
Property Value
"GenericContainer"
extendedInformation
Extended information (not returned in List container API calls)
extendedInformation?: GenericContainerExtendedInfo
Property Value
fabricName
Name of the container's fabric
fabricName?: string
Property Value
string
Inherited Property Details
backupManagementType
Type of backup management for the container.
backupManagementType?: string
Property Value
string
Inherited From ProtectionContainer.backupManagementType
friendlyName
Friendly name of the container.
friendlyName?: string
Property Value
string
Inherited From ProtectionContainer.friendlyName
healthStatus
Status of health of the container.
healthStatus?: string
Property Value
string
Inherited From ProtectionContainer.healthStatus
protectableObjectType
Type of the protectable object associated with this container
protectableObjectType?: string
Property Value
string
Inherited From ProtectionContainer.protectableObjectType
registrationStatus
Status of registration of the container with the Recovery Services Vault.
registrationStatus?: string
Property Value
string
Inherited From ProtectionContainer.registrationStatus