MabContainer Constructors

Definition

Overloads

MabContainer()

Initializes a new instance of the MabContainer class.

MabContainer(String, String, String, String, String, Nullable<Boolean>, Nullable<Int64>, Nullable<Int64>, String, MabContainerExtendedInfo, IList<MABContainerHealthDetails>, String)

Initializes a new instance of the MabContainer class.

MabContainer()

Initializes a new instance of the MabContainer class.

public MabContainer ();
Public Sub New ()

Applies to

MabContainer(String, String, String, String, String, Nullable<Boolean>, Nullable<Int64>, Nullable<Int64>, String, MabContainerExtendedInfo, IList<MABContainerHealthDetails>, String)

Initializes a new instance of the MabContainer class.

public MabContainer (string friendlyName = default, string backupManagementType = default, string registrationStatus = default, string healthStatus = default, string protectableObjectType = default, bool? canReRegister = default, long? containerId = default, long? protectedItemCount = default, string agentVersion = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.MabContainerExtendedInfo extendedInfo = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.MABContainerHealthDetails> mabContainerHealthDetails = default, string containerHealthState = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.MabContainer : string * string * string * string * string * Nullable<bool> * Nullable<int64> * Nullable<int64> * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.MabContainerExtendedInfo * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.MABContainerHealthDetails> * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.MabContainer
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 Nullable(Of Long) = Nothing, Optional protectedItemCount As Nullable(Of Long) = Nothing, Optional agentVersion As String = Nothing, Optional extendedInfo As MabContainerExtendedInfo = Nothing, Optional mabContainerHealthDetails As IList(Of MABContainerHealthDetails) = Nothing, Optional containerHealthState As String = 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>

Can the container be registered one more time.

containerId
Nullable<Int64>

ContainerID represents the container.

protectedItemCount
Nullable<Int64>

Number of items backed up in this container.

agentVersion
String

Agent version of this container.

extendedInfo
MabContainerExtendedInfo

Additional information for this container

mabContainerHealthDetails
IList<MABContainerHealthDetails>

Health details on this mab container.

containerHealthState
String

Health state of mab container.

Applies to