Share via


IWithChildResource.DefineNewCollection(String) Method

Definition

Defines a new mongo collection.

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)

Parameters

name
String

The name of the mongo collection.

Returns

The next stage of the definition.

Applies to