DpmContainer 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.
DPM workload-specific protection container. Please note DpmContainer 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.
public class DpmContainer : Azure.ResourceManager.RecoveryServicesBackup.Models.BackupGenericProtectionContainer
type DpmContainer = class
inherit BackupGenericProtectionContainer
Public Class DpmContainer
Inherits BackupGenericProtectionContainer
- Inheritance
- Derived
Constructors
DpmContainer() |
Initializes a new instance of DpmContainer. |
Properties
BackupManagementType |
Type of backup management for the container. (Inherited from BackupGenericProtectionContainer) |
CanReRegister |
Specifies whether the container is re-registrable. |
ContainerId |
ID of container. |
DpmAgentVersion |
Backup engine Agent version. |
DpmServers |
List of BackupEngines protecting the container. |
ExtendedInfoLastRefreshedOn |
Last refresh time of the DPMContainer. |
FriendlyName |
Friendly name of the container. (Inherited from BackupGenericProtectionContainer) |
HealthStatus |
Status of health of the container. (Inherited from BackupGenericProtectionContainer) |
IsUpgradeAvailable |
To check if upgrade available. |
ProtectableObjectType |
Type of the protectable object associated with this container. (Inherited from BackupGenericProtectionContainer) |
ProtectedItemCount |
Number of protected items in the BackupEngine. |
ProtectionStatus |
Protection status of the container. |
RegistrationStatus |
Status of registration of the container with the Recovery Services Vault. (Inherited from BackupGenericProtectionContainer) |
Applies to
Azure SDK for .NET