你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithChildResource.WithoutGremlinDatabase(String) 方法

定义

删除 Gremlin 数据库。

public Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithOptionals WithoutGremlinDatabase (string name);
abstract member WithoutGremlinDatabase : string -> Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithOptionals
Public Function WithoutGremlinDatabase (name As String) As IWithOptionals

参数

name
String

Gremlin 数据库的名称。

返回

更新的下一阶段。

适用于