MongoDbMigrationSettings.Databases Property

Definition

Gets or sets the databases on the source cluster to migrate to the target. The keys are the names of the databases.

[Newtonsoft.Json.JsonProperty(PropertyName="databases")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataMigration.Models.MongoDbDatabaseSettings> Databases { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="databases")>]
member this.Databases : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataMigration.Models.MongoDbDatabaseSettings> with get, set
Public Property Databases As IDictionary(Of String, MongoDbDatabaseSettings)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to