你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WorkloadProtectableItem interface

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

Properties

backupManagementType

Type of backup management to backup an item.

friendlyName

Friendly name of the backup item.

protectableItemType

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

protectionState

State of the back up item.

workloadType

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

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

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

Property Value

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

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