MongoDBCancelCommand クラス

定義

全体または一部の移行を取り消すコマンドのプロパティ。

public class MongoDBCancelCommand : Azure.ResourceManager.DataMigration.Models.CommandProperties
type MongoDBCancelCommand = class
    inherit CommandProperties
Public Class MongoDBCancelCommand
Inherits CommandProperties
継承
MongoDBCancelCommand

コンストラクター

MongoDBCancelCommand()

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

プロパティ

Errors

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

(継承元 CommandProperties)
InputObjectName

処理対象のデータベースまたはコレクションの修飾名。移行全体に対して動作する場合は null。

State

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

(継承元 CommandProperties)

適用対象