次の方法で共有


AzureWorkloadSQLPointInTimeRecoveryPoint interface

PointInTime に固有の復旧ポイント

Extends

プロパティ

objectType

ポリモーフィック識別子。このオブジェクトに使用できるさまざまな型を指定します。

timeRanges

ログ範囲の一覧

継承されたプロパティ

extendedInfo

データ ディレクトリの詳細を提供する拡張情報。 次の 2 つのケースで設定されます。GetRecoveryPoint を使用して特定の回復ポイントにアクセスする場合、または ExtendedInfo クエリ フィルターを使用してのみ Log RP に対して ListRecoveryPoints が呼び出された場合

recoveryPointMoveReadinessInfo

RP を別のレベルに移動する資格

recoveryPointProperties

回復ポイントのプロパティ

recoveryPointTierDetails

復旧ポイント層の情報。

recoveryPointTimeInUTC

復旧ポイントが作成された UTC 時刻

type

復元ポイントの種類

プロパティの詳細

objectType

ポリモーフィック識別子。このオブジェクトに使用できるさまざまな型を指定します。

objectType: "AzureWorkloadSQLPointInTimeRecoveryPoint"

プロパティ値

"AzureWorkloadSQLPointInTimeRecoveryPoint"

timeRanges

ログ範囲の一覧

timeRanges?: PointInTimeRange[]

プロパティ値

継承されたプロパティの詳細

extendedInfo

データ ディレクトリの詳細を提供する拡張情報。 次の 2 つのケースで設定されます。GetRecoveryPoint を使用して特定の回復ポイントにアクセスする場合、または ExtendedInfo クエリ フィルターを使用してのみ Log RP に対して ListRecoveryPoints が呼び出された場合

extendedInfo?: AzureWorkloadSQLRecoveryPointExtendedInfo

プロパティ値

AzureWorkloadSQLRecoveryPoint.extendedInfoから継承

recoveryPointMoveReadinessInfo

RP を別のレベルに移動する資格

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

プロパティ値

{[propertyName: string]: RecoveryPointMoveReadinessInfo}

AzureWorkloadSQLRecoveryPoint.recoveryPointMoveReadinessInfoから継承

recoveryPointProperties

回復ポイントのプロパティ

recoveryPointProperties?: RecoveryPointProperties

プロパティ値

AzureWorkloadSQLRecoveryPoint.recoveryPointPropertiesから継承

recoveryPointTierDetails

復旧ポイント層の情報。

recoveryPointTierDetails?: RecoveryPointTierInformationV2[]

プロパティ値

AzureWorkloadSQLRecoveryPoint.recoveryPointTierDetailsから継承

recoveryPointTimeInUTC

復旧ポイントが作成された UTC 時刻

recoveryPointTimeInUTC?: Date

プロパティ値

Date

AzureWorkloadSQLRecoveryPoint.recoveryPointTimeInUTCから継承されます

type

復元ポイントの種類

type?: string

プロパティ値

string

AzureWorkloadSQLRecoveryPoint.typeから継承