StartMigrationScenarioServerRoleResult 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
StartMigrationScenarioServerRoleResult() |
Initializes a new instance of the StartMigrationScenarioServerRoleResult class. |
StartMigrationScenarioServerRoleResult(String, String, IList<ReportableException>) |
Initializes a new instance of the StartMigrationScenarioServerRoleResult class. |
StartMigrationScenarioServerRoleResult()
Initializes a new instance of the StartMigrationScenarioServerRoleResult class.
public StartMigrationScenarioServerRoleResult ();
Public Sub New ()
Applies to
StartMigrationScenarioServerRoleResult(String, String, IList<ReportableException>)
Initializes a new instance of the StartMigrationScenarioServerRoleResult class.
public StartMigrationScenarioServerRoleResult (string name = default, string state = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> exceptionsAndWarnings = default);
new Microsoft.Azure.Management.DataMigration.Models.StartMigrationScenarioServerRoleResult : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> -> Microsoft.Azure.Management.DataMigration.Models.StartMigrationScenarioServerRoleResult
Public Sub New (Optional name As String = Nothing, Optional state As String = Nothing, Optional exceptionsAndWarnings As IList(Of ReportableException) = Nothing)
Parameters
- name
- String
Name of server role.
- state
- String
Current state of migration Possible values include: 'None', 'InProgress', 'Failed', 'Warning', 'Completed', 'Skipped', 'Stopped'
- exceptionsAndWarnings
- IList<ReportableException>
Migration exceptions and warnings.