Share via


IWithChildResource.WithoutCollection(String) Method

Definition

Removes a mongo collection.

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

Parameters

name
String

The name of the mongo v.

Returns

The next stage of the update.

Applies to