AzureIaaSComputeVMProtectableItem interface
IaaS VM workload-specific backup item representing the Azure Resource Manager VM.
- Extends
Properties
protectable |
Polymorphic discriminator, which specifies the different types this object can be |
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. |
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. |
workload |
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