Share via


ProtectableContainer Constructors

Definition

Overloads

ProtectableContainer()

Initializes a new instance of the ProtectableContainer class.

ProtectableContainer(String, String, String, String)

Initializes a new instance of the ProtectableContainer class.

ProtectableContainer()

Initializes a new instance of the ProtectableContainer class.

public ProtectableContainer ();
Public Sub New ()

Applies to

ProtectableContainer(String, String, String, String)

Initializes a new instance of the ProtectableContainer class.

public ProtectableContainer (string friendlyName = default, string backupManagementType = default, string healthStatus = default, string containerId = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectableContainer : string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectableContainer
Public Sub New (Optional friendlyName As String = Nothing, Optional backupManagementType As String = Nothing, Optional healthStatus As String = Nothing, Optional containerId 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'

healthStatus
String

Status of health of the container.

containerId
String

Fabric Id of the container such as ARM Id.

Applies to