MongoDbFinishCommand 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
MongoDbFinishCommand() |
Initializes a new instance of the MongoDbFinishCommand class. |
MongoDbFinishCommand(IList<ODataError>, String, MongoDbFinishCommandInput) |
Initializes a new instance of the MongoDbFinishCommand class. |
MongoDbFinishCommand()
Initializes a new instance of the MongoDbFinishCommand class.
public MongoDbFinishCommand ();
Public Sub New ()
Applies to
MongoDbFinishCommand(IList<ODataError>, String, MongoDbFinishCommandInput)
Initializes a new instance of the MongoDbFinishCommand class.
public MongoDbFinishCommand (System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ODataError> errors = default, string state = default, Microsoft.Azure.Management.DataMigration.Models.MongoDbFinishCommandInput input = default);
new Microsoft.Azure.Management.DataMigration.Models.MongoDbFinishCommand : System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ODataError> * string * Microsoft.Azure.Management.DataMigration.Models.MongoDbFinishCommandInput -> Microsoft.Azure.Management.DataMigration.Models.MongoDbFinishCommand
Public Sub New (Optional errors As IList(Of ODataError) = Nothing, Optional state As String = Nothing, Optional input As MongoDbFinishCommandInput = Nothing)
Parameters
- errors
- IList<ODataError>
Array of errors. This is ignored if submitted.
- state
- String
The state of the command. This is ignored if submitted. Possible values include: 'Unknown', 'Accepted', 'Running', 'Succeeded', 'Failed'
Command input