次の方法で共有


WorkloadSqlPointInTimeRestoreWithRehydrateContent クラス

定義

復旧ポイントの統合されたリハイドレートを使用して、SQL 固有の復元を AzureWorkload します。

public class WorkloadSqlPointInTimeRestoreWithRehydrateContent : Azure.ResourceManager.RecoveryServicesBackup.Models.WorkloadSqlPointInTimeRestoreContent
type WorkloadSqlPointInTimeRestoreWithRehydrateContent = class
    inherit WorkloadSqlPointInTimeRestoreContent
Public Class WorkloadSqlPointInTimeRestoreWithRehydrateContent
Inherits WorkloadSqlPointInTimeRestoreContent
継承

コンストラクター

WorkloadSqlPointInTimeRestoreWithRehydrateContent()

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

プロパティ

AlternateDirectoryPaths

データ ディレクトリの詳細。

(継承元 WorkloadSqlRestoreContent)
IsNonRecoverable

復元操作の試行時にユーザーが回復なしを設定することを選択できる SQL 固有のプロパティ。

(継承元 WorkloadSqlRestoreContent)
PointInTime

PointInTime 値。

(継承元 WorkloadSqlPointInTimeRestoreContent)
PropertyBag

ワークロード固有のプロパティ バッグ。

(継承元 WorkloadRestoreContent)
RecoveryMode

現在の回復モードがファイル復元とデータベース復元のどちらであるかを定義します。

(継承元 WorkloadRestoreContent)
RecoveryPointRehydrationInfo

RP リハイドレート情報。

RecoveryType

この回復の種類。

(継承元 WorkloadRestoreContent)
ShouldUseAlternateTargetLocation

既定のオプションは true に設定されます。 これが false に設定されている場合は、代替データ ディレクトリを指定する必要があります。

(継承元 WorkloadSqlRestoreContent)
SourceResourceId

実行中のワークロードが復旧されている VM の完全修飾 ARM ID。

(継承元 WorkloadRestoreContent)
TargetInfo

ターゲット データベースの詳細。

(継承元 WorkloadRestoreContent)
TargetVirtualMachineId

これはターゲット VM の完全な ARM ID です (例: /subscriptions/{subId}/resourcegroups/{rg}/provider/Microsoft.Compute/virtualmachines/{vm}

(継承元 WorkloadRestoreContent)

適用対象