次の方法で共有


AzureWorkloadSQLPointInTimeRecoveryPoint コンストラクター

定義

オーバーロード

AzureWorkloadSQLPointInTimeRecoveryPoint()

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

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

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

AzureWorkloadSQLPointInTimeRecoveryPoint()

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

public AzureWorkloadSQLPointInTimeRecoveryPoint();
Public Sub New ()

適用対象

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

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

public AzureWorkloadSQLPointInTimeRecoveryPoint(DateTime? recoveryPointTimeInUTC = default, string type = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierInformationV2> recoveryPointTierDetails = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointMoveReadinessInfo> recoveryPointMoveReadinessInfo = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLRecoveryPointExtendedInfo extendedInfo = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.PointInTimeRange> timeRanges = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLPointInTimeRecoveryPoint : Nullable<DateTime> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierInformationV2> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointMoveReadinessInfo> * Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLRecoveryPointExtendedInfo * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.PointInTimeRange> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLPointInTimeRecoveryPoint
Public Sub New (Optional recoveryPointTimeInUTC As Nullable(Of DateTime) = Nothing, Optional type As String = Nothing, Optional recoveryPointTierDetails As IList(Of RecoveryPointTierInformationV2) = Nothing, Optional recoveryPointMoveReadinessInfo As IDictionary(Of String, RecoveryPointMoveReadinessInfo) = Nothing, Optional extendedInfo As AzureWorkloadSQLRecoveryPointExtendedInfo = Nothing, Optional timeRanges As IList(Of PointInTimeRange) = Nothing)

パラメーター

recoveryPointTimeInUTC
Nullable<DateTime>

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

type
String

復元ポイントの種類。 使用できる値は、'Invalid'、'Full'、'Log'、'Differential'、'Incremental' です。

recoveryPointTierDetails
IList<RecoveryPointTierInformationV2>

復旧ポイント層の情報。

recoveryPointMoveReadinessInfo
IDictionary<String,RecoveryPointMoveReadinessInfo>

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

extendedInfo
AzureWorkloadSQLRecoveryPointExtendedInfo

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

timeRanges
IList<PointInTimeRange>

ログ範囲の一覧

適用対象