次の方法で共有


ArmDataMigrationModelFactory.MongoDBFinishCommand メソッド

定義

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

パラメーター

errors
IEnumerable<ODataError>

エラーの配列。 送信された場合、これは無視されます。

state
Nullable<CommandState>

コマンドの状態。 送信された場合、これは無視されます。

input
MongoDBFinishCommandInput

コマンド入力。

戻り値

モック作成用の新しい MongoDBFinishCommand インスタンス。

適用対象