次の方法で共有


IWithChildResource.WithoutGremlinGraph(String) メソッド

定義

Gremlin グラフを削除します。

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

パラメーター

name
String

Gremlin Graph の名前。

戻り値

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

適用対象