次の方法で共有


AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest コンストラクター

定義

オーバーロード

AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest()

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

AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest(String, String, IDictionary<String,String>, TargetRestoreInfo, String, String, Nullable<Boolean>, Nullable<Boolean>, IList<SQLDataDirectoryMapping>, Nullable<DateTime>, RecoveryPointRehydrationInfo)

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

AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest()

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

public AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest();
Public Sub New ()

適用対象

AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest(String, String, IDictionary<String,String>, TargetRestoreInfo, String, String, Nullable<Boolean>, Nullable<Boolean>, IList<SQLDataDirectoryMapping>, Nullable<DateTime>, RecoveryPointRehydrationInfo)

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

public AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest(string recoveryType = default, string sourceResourceId = default, System.Collections.Generic.IDictionary<string,string> propertyBag = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.TargetRestoreInfo targetInfo = default, string recoveryMode = default, string targetVirtualMachineId = default, bool? shouldUseAlternateTargetLocation = default, bool? isNonRecoverable = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.SQLDataDirectoryMapping> alternateDirectoryPaths = default, DateTime? pointInTime = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointRehydrationInfo recoveryPointRehydrationInfo = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest : string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.RecoveryServices.Backup.Models.TargetRestoreInfo * string * string * Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.SQLDataDirectoryMapping> * Nullable<DateTime> * Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointRehydrationInfo -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest
Public Sub New (Optional recoveryType As String = Nothing, Optional sourceResourceId As String = Nothing, Optional propertyBag As IDictionary(Of String, String) = Nothing, Optional targetInfo As TargetRestoreInfo = Nothing, Optional recoveryMode As String = Nothing, Optional targetVirtualMachineId As String = Nothing, Optional shouldUseAlternateTargetLocation As Nullable(Of Boolean) = Nothing, Optional isNonRecoverable As Nullable(Of Boolean) = Nothing, Optional alternateDirectoryPaths As IList(Of SQLDataDirectoryMapping) = Nothing, Optional pointInTime As Nullable(Of DateTime) = Nothing, Optional recoveryPointRehydrationInfo As RecoveryPointRehydrationInfo = Nothing)

パラメーター

recoveryType
String

この回復の種類。 指定できる値は、'Invalid'、'OriginalLocation'、'AlternateLocation'、'RestoreDisks'、'Offline' です。

sourceResourceId
String

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

propertyBag
IDictionary<String,String>

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

targetInfo
TargetRestoreInfo

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

recoveryMode
String

現在の回復モードがファイル復元とデータベース復元のどちらであるかを定義します。 指定できる値は、'Invalid'、'FileRecovery'、'WorkloadRecovery' です。

targetVirtualMachineId
String

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

shouldUseAlternateTargetLocation
Nullable<Boolean>

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

isNonRecoverable
Nullable<Boolean>

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

alternateDirectoryPaths
IList<SQLDataDirectoryMapping>

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

pointInTime
Nullable<DateTime>

PointInTime 値

recoveryPointRehydrationInfo
RecoveryPointRehydrationInfo

RP リハイドレート情報

適用対象