次の方法で共有


WorkloadSqlRecoveryPoint クラス

定義

SQL 固有の復旧ポイントは、特に、完全/diffの回復ポイントと拡張情報をカプセル化します。基本クラスに注意WorkloadSqlRecoveryPointしてください。 このシナリオでは、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 が含まれます WorkloadSqlPointInTimeRecoveryPoint

public class WorkloadSqlRecoveryPoint : Azure.ResourceManager.RecoveryServicesBackup.Models.WorkloadRecoveryPoint
type WorkloadSqlRecoveryPoint = class
    inherit WorkloadRecoveryPoint
Public Class WorkloadSqlRecoveryPoint
Inherits WorkloadRecoveryPoint
継承
派生

コンストラクター

WorkloadSqlRecoveryPoint()

WorkloadSqlRecoveryPoint の新しいインスタンスを初期化します。

プロパティ

ExtendedInfo

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

RecoveryPointCreatedOn

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

(継承元 WorkloadRecoveryPoint)
RecoveryPointMoveReadinessInfo

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

(継承元 WorkloadRecoveryPoint)
RecoveryPointProperties

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

(継承元 WorkloadRecoveryPoint)
RecoveryPointTierDetails

復旧ポイント層の情報。

(継承元 WorkloadRecoveryPoint)
RestorePointType

復元ポイントの種類。

(継承元 WorkloadRecoveryPoint)

適用対象