次の方法で共有


IWithChildResource.DefineNewMongoDB(String) メソッド

定義

新しい Mongo データベースを定義します。

public Microsoft.Azure.Management.CosmosDB.Fluent.MongoDB.Definition.IBlank<Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithCreate> DefineNewMongoDB (string name);
abstract member DefineNewMongoDB : string -> Microsoft.Azure.Management.CosmosDB.Fluent.MongoDB.Definition.IBlank<Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithCreate>
Public Function DefineNewMongoDB (name As String) As IBlank(Of IWithCreate)

パラメーター

name
String

Mongo データベースの名前。

戻り値

定義の次のステージ。

適用対象