Share via


DpmContainer Constructors

Definition

Overloads

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.

DpmContainer()

Initializes a new instance of the DpmContainer class.

public DpmContainer ();
Public Sub New ()

Applies to

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.

public DpmContainer (string friendlyName = default, string backupManagementType = default, string registrationStatus = default, string healthStatus = default, string protectableObjectType = default, bool? canReRegister = default, string containerId = default, long? protectedItemCount = default, string dpmAgentVersion = default, System.Collections.Generic.IList<string> dpmServers = default, bool? upgradeAvailable = default, string protectionStatus = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.DPMContainerExtendedInfo extendedInfo = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.DpmContainer : string * string * string * string * string * Nullable<bool> * string * Nullable<int64> * string * System.Collections.Generic.IList<string> * Nullable<bool> * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.DPMContainerExtendedInfo -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.DpmContainer
Public Sub New (Optional friendlyName As String = Nothing, Optional backupManagementType As String = Nothing, Optional registrationStatus As String = Nothing, Optional healthStatus As String = Nothing, Optional protectableObjectType As String = Nothing, Optional canReRegister As Nullable(Of Boolean) = Nothing, Optional containerId As String = Nothing, Optional protectedItemCount As Nullable(Of Long) = Nothing, Optional dpmAgentVersion As String = Nothing, Optional dpmServers As IList(Of String) = Nothing, Optional upgradeAvailable As Nullable(Of Boolean) = Nothing, Optional protectionStatus As String = Nothing, Optional extendedInfo As DPMContainerExtendedInfo = Nothing)

Parameters

friendlyName
String

Friendly name of the container.

backupManagementType
String

Type of backup management for the container. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup'

registrationStatus
String

Status of registration of the container with the Recovery Services Vault.

healthStatus
String

Status of health of the container.

protectableObjectType
String

Type of the protectable object associated with this container

canReRegister
Nullable<Boolean>

Specifies whether the container is re-registrable.

containerId
String

ID of container.

protectedItemCount
Nullable<Int64>

Number of protected items in the BackupEngine

dpmAgentVersion
String

Backup engine Agent version

dpmServers
IList<String>

List of BackupEngines protecting the container

upgradeAvailable
Nullable<Boolean>

To check if upgrade available

protectionStatus
String

Protection status of the container.

extendedInfo
DPMContainerExtendedInfo

Extended Info of the container.

Applies to