Partager via


IWithChildResource<ParentT>.DefineNewCollection(String) Méthode

Définition

Définit une nouvelle collection mongo.

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

Paramètres

name
String

Nom de la collection mongo.

Retours

IBlank<IWithAttach<ParentT>>

Étape suivante de la définition.

S’applique à