DataMigrationMongoDBShardKeyField Constructor
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.
Initializes a new instance of DataMigrationMongoDBShardKeyField.
public DataMigrationMongoDBShardKeyField(string name, Azure.ResourceManager.DataMigration.Models.DataMigrationMongoDBShardKeyOrder order);
new Azure.ResourceManager.DataMigration.Models.DataMigrationMongoDBShardKeyField : string * Azure.ResourceManager.DataMigration.Models.DataMigrationMongoDBShardKeyOrder -> Azure.ResourceManager.DataMigration.Models.DataMigrationMongoDBShardKeyField
Public Sub New (name As String, order As DataMigrationMongoDBShardKeyOrder)
Parameters
- name
- String
The name of the field.
The field ordering.
Exceptions
name
is null.