次の方法で共有


IWithChildResource.DefineNewCollection(String) メソッド

定義

新しい mongo コレクションを定義します。

public Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IBlank<Microsoft.Azure.Management.CosmosDB.Fluent.MongoDB.Update.IUpdate> DefineNewCollection (string name);
abstract member DefineNewCollection : string -> Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IBlank<Microsoft.Azure.Management.CosmosDB.Fluent.MongoDB.Update.IUpdate>
Public Function DefineNewCollection (name As String) As IBlank(Of IUpdate)

パラメーター

name
String

mongo コレクションの名前。

戻り値

定義の次のステージ。

適用対象