次の方法で共有


AzureWorkloadSQLPointInTimeRestoreRequest コンストラクター

定義

オーバーロード

AzureWorkloadSQLPointInTimeRestoreRequest()

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

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

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

AzureWorkloadSQLPointInTimeRestoreRequest()

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

public AzureWorkloadSQLPointInTimeRestoreRequest ();
Public Sub New ()

適用対象

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

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

public AzureWorkloadSQLPointInTimeRestoreRequest (string recoveryType = default, string sourceResourceId = default, System.Collections.Generic.IDictionary<string,string> propertyBag = default, Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.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.CrossRegionRestore.Models.SQLDataDirectoryMapping> alternateDirectoryPaths = default, DateTime? pointInTime = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureWorkloadSQLPointInTimeRestoreRequest : string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.TargetRestoreInfo * string * string * Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.SQLDataDirectoryMapping> * Nullable<DateTime> -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureWorkloadSQLPointInTimeRestoreRequest
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)

パラメーター

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 値

適用対象