次の方法で共有


ICosmosDBAccount.GetMongoDB(String) メソッド

定義

public Microsoft.Azure.Management.CosmosDB.Fluent.IMongoDB GetMongoDB (string databaseName);
abstract member GetMongoDB : string -> Microsoft.Azure.Management.CosmosDB.Fluent.IMongoDB
Public Function GetMongoDB (databaseName As String) As IMongoDB

パラメーター

databaseName
String

Mongo データベースのデータベース名。

戻り値

特定の Mongo データベース。

適用対象