次の方法で共有


MongoDBFinishCommandInput(Boolean) コンストラクター

定義

MongoDBFinishCommandInput の新しいインスタンスを初期化します。

public MongoDBFinishCommandInput (bool immediate);
new Azure.ResourceManager.DataMigration.Models.MongoDBFinishCommandInput : bool -> Azure.ResourceManager.DataMigration.Models.MongoDBFinishCommandInput
Public Sub New (immediate As Boolean)

パラメーター

immediate
Boolean

true の場合、影響を受けるオブジェクトのレプリケーションはすぐに停止されます。 false の場合、レプリケーションを完了する前に、移行者はキューに登録されたイベントの再生を完了します。

適用対象