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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET