MigrateMISyncCompleteCommandOutput Constructors

Definition

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

Applies to