AzureRecoveryServiceVaultProtectionIntent interface
Azure Recovery Services Vault specific protection intent item.
- Extends
Properties
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
protectionIntentItemType
Polymorphic discriminator, which specifies the different types this object can be
protectionIntentItemType: "RecoveryServiceVaultItem" | "AzureWorkloadAutoProtectionIntent" | "AzureWorkloadSQLAutoProtectionIntent"
Property Value
"RecoveryServiceVaultItem" | "AzureWorkloadAutoProtectionIntent" | "AzureWorkloadSQLAutoProtectionIntent"
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