AzureRecoveryServiceVaultProtectionIntent interface

Azure Recovery Services Vault specific protection intent item.

Extends

Properties

protectionIntentItemType

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

Inherited Properties

backupManagementType

Type of backup management for the backed up item.

itemId

ID of the item which is getting protected, In case of Azure Vm , it is ProtectedItemId

policyId

ID of the backup policy with which this item is backed up.

protectionState

Backup state of this backup item.

sourceResourceId

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