BackupGenericProtectionContainer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class for container with backup items. Containers with specific workloads are derived from this class. Please note BackupGenericProtectionContainer is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include BackupServerContainer, SqlContainer, WorkloadContainer, DpmContainer, GenericContainer, IaasVmContainer, IaasClassicComputeVmContainer, IaasComputeVmContainer, SqlAvailabilityGroupWorkloadProtectionContainer, StorageContainer, VmAppContainerProtectionContainer and MabContainer.
public abstract class BackupGenericProtectionContainer
type BackupGenericProtectionContainer = class
Public MustInherit Class BackupGenericProtectionContainer
- Inheritance
-
BackupGenericProtectionContainer
- Derived
Constructors
BackupGenericProtectionContainer() |
Initializes a new instance of BackupGenericProtectionContainer. |
Properties
BackupManagementType |
Type of backup management for the container. |
FriendlyName |
Friendly name of the container. |
HealthStatus |
Status of health of the container. |
ProtectableObjectType |
Type of the protectable object associated with this container. |
RegistrationStatus |
Status of registration of the container with the Recovery Services Vault. |
Applies to
Azure SDK for .NET