다음을 통해 공유


MongoDbClusterInfo.Databases Property

Definition

Gets or sets a list of non-system databases in the cluster

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to