AzureIaaSClassicComputeVMContainer Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AzureIaaSClassicComputeVMContainer() |
Initializes a new instance of the AzureIaaSClassicComputeVMContainer class. |
AzureIaaSClassicComputeVMContainer(String, String, String, String, String, String, String, String) |
Initializes a new instance of the AzureIaaSClassicComputeVMContainer class. |
AzureIaaSClassicComputeVMContainer()
Initializes a new instance of the AzureIaaSClassicComputeVMContainer class.
public AzureIaaSClassicComputeVMContainer ();
Public Sub New ()
Applies to
AzureIaaSClassicComputeVMContainer(String, String, String, String, String, String, String, String)
Initializes a new instance of the AzureIaaSClassicComputeVMContainer class.
public AzureIaaSClassicComputeVMContainer (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.AzureIaaSClassicComputeVMContainer : string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureIaaSClassicComputeVMContainer
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
Azure SDK for .NET