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.
public class DpmContainer : Azure.ResourceManager.RecoveryServicesBackup.Models.BackupGenericProtectionContainer, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.DpmContainer>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.DpmContainer>
type DpmContainer = class
inherit BackupGenericProtectionContainer
interface IJsonModel<DpmContainer>
interface IPersistableModel<DpmContainer>
Public Class DpmContainer
Inherits BackupGenericProtectionContainer
Implements IJsonModel(Of DpmContainer), IPersistableModel(Of DpmContainer)
- Inheritance
- Derived
- Implements
Constructors
| Name | Description |
|---|---|
| DpmContainer() |
Initializes a new instance of DpmContainer. |
Properties
| Name | Description |
|---|---|
| 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) |