AzureIaaSClassicComputeVMContainer Class

Definition

IaaS VM workload-specific backup item representing a classic virtual machine.

[Newtonsoft.Json.JsonObject("Microsoft.ClassicCompute/virtualMachines")]
public class AzureIaaSClassicComputeVMContainer : Microsoft.Azure.Management.RecoveryServices.Backup.Models.IaaSVMContainer
[<Newtonsoft.Json.JsonObject("Microsoft.ClassicCompute/virtualMachines")>]
type AzureIaaSClassicComputeVMContainer = class
    inherit IaaSVMContainer
Public Class AzureIaaSClassicComputeVMContainer
Inherits IaaSVMContainer
Inheritance
AzureIaaSClassicComputeVMContainer
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

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.

Properties

BackupManagementType

Gets or sets type of backup management for the container. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup'

(Inherited from ProtectionContainer)
FriendlyName

Gets or sets friendly name of the container.

(Inherited from ProtectionContainer)
HealthStatus

Gets or sets status of health of the container.

(Inherited from ProtectionContainer)
ProtectableObjectType

Gets or sets type of the protectable object associated with this container

(Inherited from ProtectionContainer)
RegistrationStatus

Gets or sets status of registration of the container with the Recovery Services Vault.

(Inherited from ProtectionContainer)
ResourceGroup

Gets or sets resource group name of Recovery Services Vault.

(Inherited from IaaSVMContainer)
VirtualMachineId

Gets or sets fully qualified ARM url of the virtual machine represented by this Azure IaaS VM container.

(Inherited from IaaSVMContainer)
VirtualMachineVersion

Gets or sets specifies whether the container represents a Classic or an Azure Resource Manager VM.

(Inherited from IaaSVMContainer)

Applies to