IaaSVMProtectableItem Class

Definition

IaaS VM workload-specific backup item.

public class IaaSVMProtectableItem : Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadProtectableItem
type IaaSVMProtectableItem = class
    inherit WorkloadProtectableItem
Public Class IaaSVMProtectableItem
Inherits WorkloadProtectableItem
Inheritance
IaaSVMProtectableItem
Derived

Constructors

IaaSVMProtectableItem()

Initializes a new instance of the IaaSVMProtectableItem class.

IaaSVMProtectableItem(String, String, String, String, String, String, String)

Initializes a new instance of the IaaSVMProtectableItem class.

Properties

BackupManagementType

Gets or sets type of backup management to backup an item.

(Inherited from WorkloadProtectableItem)
FriendlyName

Gets or sets friendly name of the backup item.

(Inherited from WorkloadProtectableItem)
ProtectionState

Gets or sets state of the back up item. Possible values include: 'Invalid', 'NotProtected', 'Protecting', 'Protected', 'ProtectionFailed'

(Inherited from WorkloadProtectableItem)
ResourceGroup

Gets or sets resource group name of Recovery Services Vault.

VirtualMachineId

Gets or sets fully qualified ARM ID of the virtual machine.

VirtualMachineVersion

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

WorkloadType

Gets or sets type of workload for the backup management

(Inherited from WorkloadProtectableItem)

Applies to