AzureIaaSComputeVMProtectableItem interface

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

Extends

Properties

protectableItemType

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

backupManagementType

Type of backup management to backup an item.

friendlyName

Friendly name of the backup item.

protectionState

State of the back up item.

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

Property Details

protectableItemType

Polymorphic discriminator, which specifies the different types this object can be

protectableItemType: "Microsoft.Compute/virtualMachines"

Property Value

"Microsoft.Compute/virtualMachines"

Inherited Property Details

backupManagementType

Type of backup management to backup an item.

backupManagementType?: string

Property Value

string

Inherited From IaaSVMProtectableItem.backupManagementType

friendlyName

Friendly name of the backup item.

friendlyName?: string

Property Value

string

Inherited From IaaSVMProtectableItem.friendlyName

protectionState

State of the back up item.

protectionState?: string

Property Value

string

Inherited From IaaSVMProtectableItem.protectionState

resourceGroup

Resource group name of Recovery Services Vault.

resourceGroup?: string

Property Value

string

Inherited From IaaSVMProtectableItem.resourceGroup

virtualMachineId

Fully qualified ARM ID of the virtual machine.

virtualMachineId?: string

Property Value

string

Inherited From IaaSVMProtectableItem.virtualMachineId

virtualMachineVersion

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

virtualMachineVersion?: string

Property Value

string

Inherited From IaaSVMProtectableItem.virtualMachineVersion

workloadType

Type of workload for the backup management

workloadType?: string

Property Value

string

Inherited From IaaSVMProtectableItem.workloadType