IWithChildResource.WithoutMongoDB(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes a Mongo database.
public Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithOptionals WithoutMongoDB (string name);
abstract member WithoutMongoDB : string -> Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithOptionals
Public Function WithoutMongoDB (name As String) As IWithOptionals
Parameters
- name
- String
The name of Mongo database.
Returns
The next stage of the update.