MigrateMISyncCompleteCommandOutput 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
MigrateMISyncCompleteCommandOutput() |
Initializes a new instance of the MigrateMISyncCompleteCommandOutput class. |
MigrateMISyncCompleteCommandOutput(IList<ReportableException>) |
Initializes a new instance of the MigrateMISyncCompleteCommandOutput class. |
MigrateMISyncCompleteCommandOutput()
Initializes a new instance of the MigrateMISyncCompleteCommandOutput class.
public MigrateMISyncCompleteCommandOutput ();
Public Sub New ()
Applies to
MigrateMISyncCompleteCommandOutput(IList<ReportableException>)
Initializes a new instance of the MigrateMISyncCompleteCommandOutput class.
public MigrateMISyncCompleteCommandOutput (System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> errors = default);
new Microsoft.Azure.Management.DataMigration.Models.MigrateMISyncCompleteCommandOutput : System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> -> Microsoft.Azure.Management.DataMigration.Models.MigrateMISyncCompleteCommandOutput
Public Sub New (Optional errors As IList(Of ReportableException) = Nothing)
Parameters
- errors
- IList<ReportableException>
List of errors that happened during the command execution