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.
[Newtonsoft.Json.JsonObject("DPMContainer")]
public class DpmContainer : Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainer
[<Newtonsoft.Json.JsonObject("DPMContainer")>]
type DpmContainer = class
inherit ProtectionContainer
Public Class DpmContainer
Inherits ProtectionContainer
- Inheritance
- Derived
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
DpmContainer() |
Initializes a new instance of the DpmContainer class. |
DpmContainer(String, String, String, String, String, Nullable<Boolean>, String, Nullable<Int64>, String, IList<String>, Nullable<Boolean>, String, DPMContainerExtendedInfo) |
Initializes a new instance of the DpmContainer class. |
Properties
BackupManagementType |
Gets or sets type of backup management for the container. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup' (Inherited from ProtectionContainer) |
CanReRegister |
Gets or sets specifies whether the container is re-registrable. |
ContainerId |
Gets or sets ID of container. |
DpmAgentVersion |
Gets or sets backup engine Agent version |
DpmServers |
Gets or sets list of BackupEngines protecting the container |
ExtendedInfo |
Gets or sets extended Info of the container. |
FriendlyName |
Gets or sets friendly name of the container. (Inherited from ProtectionContainer) |
HealthStatus |
Gets or sets status of health of the container. (Inherited from ProtectionContainer) |
ProtectableObjectType |
Gets or sets type of the protectable object associated with this container (Inherited from ProtectionContainer) |
ProtectedItemCount |
Gets or sets number of protected items in the BackupEngine |
ProtectionStatus |
Gets or sets protection status of the container. |
RegistrationStatus |
Gets or sets status of registration of the container with the Recovery Services Vault. (Inherited from ProtectionContainer) |
UpgradeAvailable |
Gets or sets to check if upgrade available |
Applies to
Azure SDK for .NET