IaaSVMProtectableItem interface  
IaaS VM workload-specific backup item.
- Extends
Properties
| protectable | Polymorphic discriminator, which specifies the different types this object can be | 
| resource | Resource group name of Recovery Services Vault. | 
| virtual | Fully qualified ARM ID of the virtual machine. | 
| virtual | Specifies whether the container represents a Classic or an Azure Resource Manager VM. | 
Inherited Properties
| backup | Type of backup management to backup an item. | 
| friendly | Friendly name of the backup item. | 
| protection | State of the back up item. | 
| workload | Type of workload for the backup management | 
Property Details
		protectableItemType
	  
	Polymorphic discriminator, which specifies the different types this object can be
protectableItemType: "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines" | "IaaSVMProtectableItem"Property Value
"Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines" | "IaaSVMProtectableItem"
		resourceGroup
	 
	Resource group name of Recovery Services Vault.
resourceGroup?: stringProperty Value
string
		virtualMachineId
	  
	Fully qualified ARM ID of the virtual machine.
virtualMachineId?: stringProperty Value
string
		virtualMachineVersion
	  
	Specifies whether the container represents a Classic or an Azure Resource Manager VM.
virtualMachineVersion?: stringProperty Value
string
Inherited Property Details
		backupManagementType
	  
	Type of backup management to backup an item.
backupManagementType?: stringProperty Value
string
Inherited From WorkloadProtectableItem.backupManagementType
		friendlyName
	 
	Friendly name of the backup item.
friendlyName?: stringProperty Value
string
Inherited From WorkloadProtectableItem.friendlyName
		protectionState
	 
	State of the back up item.
protectionState?: stringProperty Value
string
Inherited From WorkloadProtectableItem.protectionState
		workloadType
	 
	Type of workload for the backup management
workloadType?: stringProperty Value
string
Inherited From WorkloadProtectableItem.workloadType