次の方法で共有


AzureWorkloadSQLPointInTimeRecoveryPoint クラス

定義

PointInTime に固有の復旧ポイント

public class AzureWorkloadSQLPointInTimeRecoveryPoint : Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureWorkloadSQLRecoveryPoint
type AzureWorkloadSQLPointInTimeRecoveryPoint = class
    inherit AzureWorkloadSQLRecoveryPoint
Public Class AzureWorkloadSQLPointInTimeRecoveryPoint
Inherits AzureWorkloadSQLRecoveryPoint
継承

コンストラクター

AzureWorkloadSQLPointInTimeRecoveryPoint()

AzureWorkloadSQLPointInTimeRecoveryPoint クラスの新しいインスタンスを初期化します。

AzureWorkloadSQLPointInTimeRecoveryPoint(Nullable<DateTime>, String, IList<RecoveryPointTierInformation>, IDictionary<String,RecoveryPointMoveReadinessInfo>, AzureWorkloadSQLRecoveryPointExtendedInfo, IList<PointInTimeRange>)

AzureWorkloadSQLPointInTimeRecoveryPoint クラスの新しいインスタンスを初期化します。

プロパティ

ExtendedInfo

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

(継承元 AzureWorkloadSQLRecoveryPoint)
RecoveryPointMoveReadinessInfo

別の層に移動する RP の適格性を取得または設定します

(継承元 AzureWorkloadRecoveryPoint)
RecoveryPointTierDetails

回復ポイント層の情報を取得または設定します。

(継承元 AzureWorkloadRecoveryPoint)
RecoveryPointTimeInUTC

復旧ポイントが作成された UTC 時刻を取得します

(継承元 AzureWorkloadRecoveryPoint)
TimeRanges

ログ範囲の一覧を取得または設定します

Type

復元ポイントの種類を取得します。 指定できる値は、'Invalid'、'Full'、'Log'、'Differential'、'Incremental' です。

(継承元 AzureWorkloadRecoveryPoint)

適用対象