Delen via


ArmDataMigrationModelFactory.MigrateMISyncCompleteCommandProperties Method

Definition

Initializes a new instance of MigrateMISyncCompleteCommandProperties.

public static Azure.ResourceManager.DataMigration.Models.MigrateMISyncCompleteCommandProperties MigrateMISyncCompleteCommandProperties (System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataMigration.Models.ODataError> errors = default, Azure.ResourceManager.DataMigration.Models.CommandState? state = default, string inputSourceDatabaseName = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataMigration.Models.ReportableException> outputErrors = default);
static member MigrateMISyncCompleteCommandProperties : seq<Azure.ResourceManager.DataMigration.Models.ODataError> * Nullable<Azure.ResourceManager.DataMigration.Models.CommandState> * string * seq<Azure.ResourceManager.DataMigration.Models.ReportableException> -> Azure.ResourceManager.DataMigration.Models.MigrateMISyncCompleteCommandProperties
Public Shared Function MigrateMISyncCompleteCommandProperties (Optional errors As IEnumerable(Of ODataError) = Nothing, Optional state As Nullable(Of CommandState) = Nothing, Optional inputSourceDatabaseName As String = Nothing, Optional outputErrors As IEnumerable(Of ReportableException) = Nothing) As MigrateMISyncCompleteCommandProperties

Parameters

errors
IEnumerable<ODataError>

Array of errors. This is ignored if submitted.

state
Nullable<CommandState>

The state of the command. This is ignored if submitted.

inputSourceDatabaseName
String

Command input.

outputErrors
IEnumerable<ReportableException>

Command output. This is ignored if submitted.

Returns

A new MigrateMISyncCompleteCommandProperties instance for mocking.

Applies to