WorkloadProtectableItem interface
Base class for backup item. Workload-specific backup items are derived from this class.
Properties
| backup |
Type of backup management to backup an item. |
| friendly |
Friendly name of the backup item. |
| protectable |
The discriminator possible values: AzureFileShare, Microsoft.ClassicCompute/virtualMachines, IaaSVMProtectableItem, Microsoft.Compute/virtualMachines, AzureVmWorkloadProtectableItem, SAPAseDatabase, SAPAseSystem, SAPHanaDatabase, SAPHanaSystem, SAPHanaDBInstance, HanaHSRContainer, HanaScaleoutContainer, SQLAvailabilityGroupContainer, SQLDataBase, SQLInstance |
| protection |
State of the back up item. |
| workload |
Type of workload for the backup management |
Property Details
backupManagementType
Type of backup management to backup an item.
backupManagementType?: string
Property Value
string
friendlyName
Friendly name of the backup item.
friendlyName?: string
Property Value
string
protectableItemType
The discriminator possible values: AzureFileShare, Microsoft.ClassicCompute/virtualMachines, IaaSVMProtectableItem, Microsoft.Compute/virtualMachines, AzureVmWorkloadProtectableItem, SAPAseDatabase, SAPAseSystem, SAPHanaDatabase, SAPHanaSystem, SAPHanaDBInstance, HanaHSRContainer, HanaScaleoutContainer, SQLAvailabilityGroupContainer, SQLDataBase, SQLInstance
protectableItemType: string
Property Value
string
protectionState
State of the back up item.
protectionState?: string
Property Value
string
workloadType
Type of workload for the backup management
workloadType?: string
Property Value
string