Share via


DataMigrationMongoDBCommandInput Class

Definition

Describes the input to the 'cancel' and 'restart' MongoDB migration commands.

public class DataMigrationMongoDBCommandInput : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.DataMigrationMongoDBCommandInput>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.DataMigrationMongoDBCommandInput>
type DataMigrationMongoDBCommandInput = class
    interface IJsonModel<DataMigrationMongoDBCommandInput>
    interface IPersistableModel<DataMigrationMongoDBCommandInput>
Public Class DataMigrationMongoDBCommandInput
Implements IJsonModel(Of DataMigrationMongoDBCommandInput), IPersistableModel(Of DataMigrationMongoDBCommandInput)
Inheritance
DataMigrationMongoDBCommandInput
Derived
Implements

Constructors

DataMigrationMongoDBCommandInput()

Initializes a new instance of DataMigrationMongoDBCommandInput.

Properties

ObjectName

The qualified name of a database or collection to act upon, or null to act upon the entire migration.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataMigrationMongoDBCommandInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataMigrationMongoDBCommandInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataMigrationMongoDBCommandInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataMigrationMongoDBCommandInput>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataMigrationMongoDBCommandInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to