Share via


IWithChildResource.UpdateCollection(String) Method

Definition

Updates a mongo collection.

public Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Update.IUpdate UpdateCollection (string name);
abstract member UpdateCollection : string -> Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Update.IUpdate
Public Function UpdateCollection (name As String) As IUpdate

Parameters

name
String

The name of the mongo collection.

Returns

The next stage of the update.

Applies to