MongoDbMigrationSettings.Databases Property
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.
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