Delen via


AzureVMAppContainerProtectableContainer Constructors

Definition

Overloads

AzureVMAppContainerProtectableContainer()

Initializes a new instance of the AzureVMAppContainerProtectableContainer class.

AzureVMAppContainerProtectableContainer(String, String, String, String)

Initializes a new instance of the AzureVMAppContainerProtectableContainer class.

AzureVMAppContainerProtectableContainer()

Initializes a new instance of the AzureVMAppContainerProtectableContainer class.

public AzureVMAppContainerProtectableContainer ();
Public Sub New ()

Applies to

AzureVMAppContainerProtectableContainer(String, String, String, String)

Initializes a new instance of the AzureVMAppContainerProtectableContainer class.

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