ArmDataMigrationModelFactory.MongoDBFinishCommand Method
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.
Initializes a new instance of MongoDBFinishCommand.
public static Azure.ResourceManager.DataMigration.Models.MongoDBFinishCommand MongoDBFinishCommand (System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataMigration.Models.ODataError> errors = default, Azure.ResourceManager.DataMigration.Models.CommandState? state = default, Azure.ResourceManager.DataMigration.Models.MongoDBFinishCommandInput input = default);
static member MongoDBFinishCommand : seq<Azure.ResourceManager.DataMigration.Models.ODataError> * Nullable<Azure.ResourceManager.DataMigration.Models.CommandState> * Azure.ResourceManager.DataMigration.Models.MongoDBFinishCommandInput -> Azure.ResourceManager.DataMigration.Models.MongoDBFinishCommand
Public Shared Function MongoDBFinishCommand (Optional errors As IEnumerable(Of ODataError) = Nothing, Optional state As Nullable(Of CommandState) = Nothing, Optional input As MongoDBFinishCommandInput = Nothing) As MongoDBFinishCommand
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.
Command input.
Returns
A new MongoDBFinishCommand instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET