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