Share via


DataMigrationMongoDBShardKeyField Constructor

Definition

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.

order
DataMigrationMongoDBShardKeyOrder

The field ordering.

Exceptions

name is null.

Applies to