IaaSVMContainer Constructors

Definition

Overloads

IaaSVMContainer()

Initializes a new instance of the IaaSVMContainer class.

IaaSVMContainer(String, String, String, String, String, String, String, String)

Initializes a new instance of the IaaSVMContainer class.

IaaSVMContainer()

Initializes a new instance of the IaaSVMContainer class.

public IaaSVMContainer ();
Public Sub New ()

Applies to

IaaSVMContainer(String, String, String, String, String, String, String, String)

Initializes a new instance of the IaaSVMContainer class.

public IaaSVMContainer (string friendlyName = default, string backupManagementType = default, string registrationStatus = default, string healthStatus = default, string protectableObjectType = default, string virtualMachineId = default, string virtualMachineVersion = default, string resourceGroup = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.IaaSVMContainer : string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.IaaSVMContainer
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 virtualMachineId As String = Nothing, Optional virtualMachineVersion As String = Nothing, Optional resourceGroup 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

virtualMachineId
String

Fully qualified ARM url of the virtual machine represented by this Azure IaaS VM container.

virtualMachineVersion
String

Specifies whether the container represents a Classic or an Azure Resource Manager VM.

resourceGroup
String

Resource group name of Recovery Services Vault.

Applies to