IaasComputeVmProtectableItem Class

Definition

IaaS VM workload-specific backup item representing the Azure Resource Manager VM.

public class IaasComputeVmProtectableItem : Azure.ResourceManager.RecoveryServicesBackup.Models.IaasVmProtectableItem
type IaasComputeVmProtectableItem = class
    inherit IaasVmProtectableItem
Public Class IaasComputeVmProtectableItem
Inherits IaasVmProtectableItem
Inheritance

Constructors

IaasComputeVmProtectableItem()

Initializes a new instance of IaasComputeVmProtectableItem.

Properties

BackupManagementType

Type of backup management to backup an item.

(Inherited from WorkloadProtectableItem)
FriendlyName

Friendly name of the backup item.

(Inherited from WorkloadProtectableItem)
ProtectionState

State of the back up item.

(Inherited from WorkloadProtectableItem)
ResourceGroup

Resource group name of Recovery Services Vault.

(Inherited from IaasVmProtectableItem)
VirtualMachineId

Fully qualified ARM ID of the virtual machine.

(Inherited from IaasVmProtectableItem)
VirtualMachineVersion

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

(Inherited from IaasVmProtectableItem)
WorkloadType

Type of workload for the backup management.

(Inherited from WorkloadProtectableItem)

Applies to