次の方法で共有


MigrationPlan コンストラクター

定義

オーバーロード

MigrationPlan()

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

MigrationPlan(String, String, List<MigrationPlanInfo>)

必要な引数を使用して、MigrationPlan クラスの新しいインスタンスを初期化します。

MigrationPlan()

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

public MigrationPlan ();
Public Sub New ()

適用対象

MigrationPlan(String, String, List<MigrationPlanInfo>)

必要な引数を使用して、MigrationPlan クラスの新しいインスタンスを初期化します。

public MigrationPlan (string configId, string deviceName, System.Collections.Generic.List<Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanInfo> migrationPlanInfo);
new Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlan : string * string * System.Collections.Generic.List<Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlanInfo> -> Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationPlan
Public Sub New (configId As String, deviceName As String, migrationPlanInfo As List(Of MigrationPlanInfo))

パラメーター

configId
String
deviceName
String
migrationPlanInfo
List<MigrationPlanInfo>

適用対象