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.
public class IaasVmProtectableItem : Azure.ResourceManager.RecoveryServicesBackup.Models.WorkloadProtectableItem, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.IaasVmProtectableItem>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.IaasVmProtectableItem>
type IaasVmProtectableItem = class
inherit WorkloadProtectableItem
interface IJsonModel<IaasVmProtectableItem>
interface IPersistableModel<IaasVmProtectableItem>
Public Class IaasVmProtectableItem
Inherits WorkloadProtectableItem
Implements IJsonModel(Of IaasVmProtectableItem), IPersistableModel(Of IaasVmProtectableItem)
- Inheritance
- Derived
- Implements
Constructors
| Name | Description |
|---|---|
| IaasVmProtectableItem() |
Initializes a new instance of IaasVmProtectableItem. |
Properties
| Name | Description |
|---|---|
| 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) |