Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WorkloadProtectableItem

Package version

Base class for backup item. Workload-specific backup items are derived from this class.

Hierarchy

  • WorkloadProtectableItem

Index

Properties

Optional backupManagementType

backupManagementType: undefined | string

Type of backup management to backup an item.

Optional friendlyName

friendlyName: undefined | string

Friendly name of the backup item.

protectableItemType

protectableItemType: "AzureFileShare" | "IaaSVMProtectableItem" | "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines" | "AzureVmWorkloadProtectableItem" | "SAPAseSystem" | "SAPHanaDatabase" | "SAPHanaSystem" | "SQLAvailabilityGroupContainer" | "SQLDataBase" | "SQLInstance"

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

Optional protectionState

protectionState: ProtectionStatus

State of the back up item.

Optional workloadType

workloadType: undefined | string

Type of workload for the backup management

Generated using TypeDoc