ProtectionIntent interface
backup ProtectionIntent の基本クラス。
プロパティ
| backup |
バックアップ項目のバックアップ管理の種類。 |
| item |
保護されている項目の ID。Azure Vm の場合は ProtectedItemId です |
| policy |
この項目がバックアップされるバックアップ ポリシーの ID。 |
| protection |
ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。 |
| protection |
このバックアップ項目のバックアップ状態。 |
| source |
バックアップするリソースの ARM ID。 |
プロパティの詳細
backupManagementType
バックアップ項目のバックアップ管理の種類。
backupManagementType?: string
プロパティ値
string
itemId
保護されている項目の ID。Azure Vm の場合は ProtectedItemId です
itemId?: string
プロパティ値
string
policyId
この項目がバックアップされるバックアップ ポリシーの ID。
policyId?: string
プロパティ値
string
protectionIntentItemType
ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。
protectionIntentItemType: "RecoveryServiceVaultItem" | "AzureResourceItem" | "AzureWorkloadContainerAutoProtectionIntent" | "AzureWorkloadAutoProtectionIntent" | "AzureWorkloadSQLAutoProtectionIntent"
プロパティ値
"RecoveryServiceVaultItem" | "AzureResourceItem" | "AzureWorkloadContainerAutoProtectionIntent" | "AzureWorkloadAutoProtectionIntent" | "AzureWorkloadSQLAutoProtectionIntent"
protectionState
このバックアップ項目のバックアップ状態。
protectionState?: string
プロパティ値
string
sourceResourceId
バックアップするリソースの ARM ID。
sourceResourceId?: string
プロパティ値
string