WorkloadProtectableItem interface
バックアップ項目の基本クラス。 ワークロード固有のバックアップ項目は、このクラスから派生します。
プロパティ
| backup |
項目をバックアップするバックアップ管理の種類。 |
| friendly |
バックアップ項目のフレンドリ名。 |
| protectable |
ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。 |
| protection |
バックアップ項目の状態。 |
| workload |
バックアップ管理のワークロードの種類 |
プロパティの詳細
backupManagementType
項目をバックアップするバックアップ管理の種類。
backupManagementType?: string
プロパティ値
string
friendlyName
バックアップ項目のフレンドリ名。
friendlyName?: string
プロパティ値
string
protectableItemType
ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。
protectableItemType: "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines" | "SAPAseDatabase" | "SAPAseSystem" | "SAPHanaDatabase" | "SAPHanaSystem" | "SQLDataBase" | "SQLInstance" | "AzureFileShare" | "IaaSVMProtectableItem" | "AzureVmWorkloadProtectableItem" | "SAPHanaDBInstance" | "HanaHSRContainer" | "SQLAvailabilityGroupContainer"
プロパティ値
"Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines" | "SAPAseDatabase" | "SAPAseSystem" | "SAPHanaDatabase" | "SAPHanaSystem" | "SQLDataBase" | "SQLInstance" | "AzureFileShare" | "IaaSVMProtectableItem" | "AzureVmWorkloadProtectableItem" | "SAPHanaDBInstance" | "HanaHSRContainer" | "SQLAvailabilityGroupContainer"
protectionState
バックアップ項目の状態。
protectionState?: string
プロパティ値
string
workloadType
バックアップ管理のワークロードの種類
workloadType?: string
プロパティ値
string