次の方法で共有


AzureWorkloadSQLRestoreRequest コンストラクター

定義

オーバーロード

AzureWorkloadSQLRestoreRequest()

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

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

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

AzureWorkloadSQLRestoreRequest()

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

public AzureWorkloadSQLRestoreRequest ();
Public Sub New ()

適用対象

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

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

public AzureWorkloadSQLRestoreRequest (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);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureWorkloadSQLRestoreRequest : 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> -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureWorkloadSQLRestoreRequest
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)

パラメーター

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>

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

適用対象