共用方式為


AzureWorkloadSQLRecoveryPoint interface

SQL 特定恢復點,特別封裝完整/差異恢復點以及擴充資訊

Extends

屬性

extendedInfo

提供資料目錄詳細數據的擴充資訊。 會在兩種情況下填入:當使用 GetRecoveryPoint 存取特定恢復點時,或當 ListRecoveryPoints 僅使用 ExtendedInfo 查詢篩選來呼叫 Log RP 時

objectType

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

繼承的屬性

recoveryPointMoveReadinessInfo

要移至另一層的 RP 資格

recoveryPointProperties

恢復點的屬性

recoveryPointTierDetails

恢復點層資訊。

recoveryPointTimeInUTC

建立恢復點的 UTC 時間

type

還原點的類型

屬性詳細資料

extendedInfo

提供資料目錄詳細數據的擴充資訊。 會在兩種情況下填入:當使用 GetRecoveryPoint 存取特定恢復點時,或當 ListRecoveryPoints 僅使用 ExtendedInfo 查詢篩選來呼叫 Log RP 時

extendedInfo?: AzureWorkloadSQLRecoveryPointExtendedInfo

屬性值

objectType

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

objectType: "AzureWorkloadSQLRecoveryPoint" | "AzureWorkloadSQLPointInTimeRecoveryPoint"

屬性值

"AzureWorkloadSQLRecoveryPoint" | "AzureWorkloadSQLPointInTimeRecoveryPoint"

繼承的屬性詳細資料

recoveryPointMoveReadinessInfo

要移至另一層的 RP 資格

recoveryPointMoveReadinessInfo?: {[propertyName: string]: RecoveryPointMoveReadinessInfo}

屬性值

{[propertyName: string]: RecoveryPointMoveReadinessInfo}

繼承自azureWorkloadRecoveryPoint.recoveryPointMoveReadinessInfo

recoveryPointProperties

恢復點的屬性

recoveryPointProperties?: RecoveryPointProperties

屬性值

繼承自AzureWorkloadRecoveryPoint.recoveryPointProperties

recoveryPointTierDetails

恢復點層資訊。

recoveryPointTierDetails?: RecoveryPointTierInformationV2[]

屬性值

繼承自AzureWorkloadRecoveryPoint.recoveryPointTierDetails

recoveryPointTimeInUTC

建立恢復點的 UTC 時間

recoveryPointTimeInUTC?: Date

屬性值

Date

繼承自AzureWorkloadRecoveryPoint.recoveryPointTimeInUTC

type

還原點的類型

type?: string

屬性值

string

繼承自AzureWorkloadRecoveryPoint.type