AzureResourceProtectionIntent interface
IaaS VM specific backup protection intent item.
- Extends
Properties
friendly |
Friendly name of the VM represented by this backup item. |
protection |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
backup |
Type of backup management for the backed up item. |
item |
ID of the item which is getting protected, In case of Azure Vm , it is ProtectedItemId |
policy |
ID of the backup policy with which this item is backed up. |
protection |
Backup state of this backup item. |
source |
ARM ID of the resource to be backed up. |
Property Details
friendlyName
Friendly name of the VM represented by this backup item.
friendlyName?: string
Property Value
string
protectionIntentItemType
Polymorphic discriminator, which specifies the different types this object can be
protectionIntentItemType: "AzureResourceItem"
Property Value
"AzureResourceItem"
Inherited Property Details
backupManagementType
Type of backup management for the backed up item.
backupManagementType?: string
Property Value
string
Inherited From ProtectionIntent.backupManagementType
itemId
ID of the item which is getting protected, In case of Azure Vm , it is ProtectedItemId
itemId?: string
Property Value
string
Inherited From ProtectionIntent.itemId
policyId
ID of the backup policy with which this item is backed up.
policyId?: string
Property Value
string
Inherited From ProtectionIntent.policyId
protectionState
Backup state of this backup item.
protectionState?: string
Property Value
string
Inherited From ProtectionIntent.protectionState
sourceResourceId
ARM ID of the resource to be backed up.
sourceResourceId?: string
Property Value
string
Inherited From ProtectionIntent.sourceResourceId