Condividi tramite


MongoDbCommandInput Constructors

Definition

Overloads

MongoDbCommandInput()

Initializes a new instance of the MongoDbCommandInput class.

MongoDbCommandInput(String)

Initializes a new instance of the MongoDbCommandInput class.

MongoDbCommandInput()

Initializes a new instance of the MongoDbCommandInput class.

public MongoDbCommandInput ();
Public Sub New ()

Applies to

MongoDbCommandInput(String)

Initializes a new instance of the MongoDbCommandInput class.

public MongoDbCommandInput (string objectName = default);
new Microsoft.Azure.Management.DataMigration.Models.MongoDbCommandInput : string -> Microsoft.Azure.Management.DataMigration.Models.MongoDbCommandInput
Public Sub New (Optional objectName As String = Nothing)

Parameters

objectName
String

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

Applies to