MongoDbCommandInput Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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