次の方法で共有


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 データベースの名前。

戻り値

更新プログラムの次のステージ。

適用対象