次の方法で共有


PrepareDataMoveResponse コンストラクター

定義

オーバーロード

PrepareDataMoveResponse()

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

PrepareDataMoveResponse(String, IDictionary<String,String>)

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

PrepareDataMoveResponse()

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

public PrepareDataMoveResponse();
Public Sub New ()

適用対象

PrepareDataMoveResponse(String, IDictionary<String,String>)

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

public PrepareDataMoveResponse(string correlationId = default, System.Collections.Generic.IDictionary<string,string> sourceVaultProperties = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.PrepareDataMoveResponse : string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.PrepareDataMoveResponse
Public Sub New (Optional correlationId As String = Nothing, Optional sourceVaultProperties As IDictionary(Of String, String) = Nothing)

パラメーター

correlationId
String

移動操作の co-relationId

sourceVaultProperties
IDictionary<String,String>

ソース コンテナーのプロパティ

適用対象