IaasVmProtectableItem Class
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.
IaaS VM workload-specific backup item. Please note IaasVmProtectableItem is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include IaasClassicComputeVmProtectableItem and IaasComputeVmProtectableItem.
public class IaasVmProtectableItem : Azure.ResourceManager.RecoveryServicesBackup.Models.WorkloadProtectableItem
type IaasVmProtectableItem = class
inherit WorkloadProtectableItem
Public Class IaasVmProtectableItem
Inherits WorkloadProtectableItem
- Inheritance
- Derived
Constructors
IaasVmProtectableItem() |
Initializes a new instance of IaasVmProtectableItem. |
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. |
VirtualMachineId |
Fully qualified ARM ID of the virtual machine. |
VirtualMachineVersion |
Specifies whether the container represents a Classic or an Azure Resource Manager VM. |
WorkloadType |
Type of workload for the backup management. (Inherited from WorkloadProtectableItem) |
Applies to
Azure SDK for .NET