MigrationPlan Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MigrationPlan() |
Initializes a new instance of the MigrationPlan class. |
MigrationPlan(String, String, List<MigrationPlanInfo>) |
Initializes a new instance of the MigrationPlan class with required arguments. |
MigrationPlan()
Initializes a new instance of the MigrationPlan class.
public MigrationPlan();
Public Sub New ()
Applies to
MigrationPlan(String, String, List<MigrationPlanInfo>)
Initializes a new instance of the MigrationPlan class with required arguments.
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))
Parameters
- configId
- String
- deviceName
- String
- migrationPlanInfo
- List<MigrationPlanInfo>
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET