AzureWorkloadSQLAutoProtectionIntent interface
Azure Workload SQL Auto Protection intent item.
- Extends
Properties
protection |
Polymorphic discriminator, which specifies the different types this object can be |
workload |
Workload item type of the item for which intent is to be set |
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: "AzureWorkloadSQLAutoProtectionIntent"
Property Value
"AzureWorkloadSQLAutoProtectionIntent"
workloadItemType
Workload item type of the item for which intent is to be set
workloadItemType?: string
Property Value
string
Inherited Property Details
backupManagementType
Type of backup management for the backed up item.
backupManagementType?: string
Property Value
string
Inherited From AzureWorkloadAutoProtectionIntent.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 AzureWorkloadAutoProtectionIntent.itemId
policyId
ID of the backup policy with which this item is backed up.
policyId?: string
Property Value
string
Inherited From AzureWorkloadAutoProtectionIntent.policyId
protectionState
Backup state of this backup item.
protectionState?: string
Property Value
string
Inherited From AzureWorkloadAutoProtectionIntent.protectionState
sourceResourceId
ARM ID of the resource to be backed up.
sourceResourceId?: string
Property Value
string
Inherited From AzureWorkloadAutoProtectionIntent.sourceResourceId