Share via


ProtectionContainer Constructors

Definition

Overloads

ProtectionContainer()

Initializes a new instance of the ProtectionContainer class.

ProtectionContainer(String, String, String, String, String)

Initializes a new instance of the ProtectionContainer class.

ProtectionContainer()

Initializes a new instance of the ProtectionContainer class.

public ProtectionContainer ();
Public Sub New ()

Applies to

ProtectionContainer(String, String, String, String, String)

Initializes a new instance of the ProtectionContainer class.

public ProtectionContainer (string friendlyName = default, string backupManagementType = default, string registrationStatus = default, string healthStatus = default, string protectableObjectType = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainer : string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainer
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)

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

Applies to