共用方式為


ProtectionIntent interface

備份 ProtectionIntent 的基類。

屬性

backupManagementType

備份項目的備份管理類型。

itemId

受到保護的專案標識碼,如果是 Azure Vm,則為 ProtectedItemId

policyId

備份此項目的備份原則標識碼。

protectionIntentItemType

多型歧視性,指定這個物件可以是的不同類型

protectionState

此備份項目的備份狀態。

sourceResourceId

要備份之資源的 ARM 識別碼。

屬性詳細資料

backupManagementType

備份項目的備份管理類型。

backupManagementType?: string

屬性值

string

itemId

受到保護的專案標識碼,如果是 Azure Vm,則為 ProtectedItemId

itemId?: string

屬性值

string

policyId

備份此項目的備份原則標識碼。

policyId?: string

屬性值

string

protectionIntentItemType

多型歧視性,指定這個物件可以是的不同類型

protectionIntentItemType: "RecoveryServiceVaultItem" | "AzureResourceItem" | "AzureWorkloadContainerAutoProtectionIntent" | "AzureWorkloadAutoProtectionIntent" | "AzureWorkloadSQLAutoProtectionIntent"

屬性值

"RecoveryServiceVaultItem" | "AzureResourceItem" | "AzureWorkloadContainerAutoProtectionIntent" | "AzureWorkloadAutoProtectionIntent" | "AzureWorkloadSQLAutoProtectionIntent"

protectionState

此備份項目的備份狀態。

protectionState?: string

屬性值

string

sourceResourceId

要備份之資源的 ARM 識別碼。

sourceResourceId?: string

屬性值

string