次の方法で共有


AzureWorkloadSQLPointInTimeRecoveryPoint クラス

定義

PointInTime に固有の復旧ポイント

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

コンストラクター

AzureWorkloadSQLPointInTimeRecoveryPoint()

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

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

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

プロパティ

ExtendedInfo

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

(継承元 AzureWorkloadSQLRecoveryPoint)
RecoveryPointMoveReadinessInfo

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

(継承元 AzureWorkloadRecoveryPoint)
RecoveryPointTierDetails

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

(継承元 AzureWorkloadRecoveryPoint)
RecoveryPointTimeInUTC

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

(継承元 AzureWorkloadRecoveryPoint)
TimeRanges

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

Type

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

(継承元 AzureWorkloadRecoveryPoint)

適用対象