次の方法で共有


IWithChildResource.DefineNewGremlinDatabase(String) メソッド

定義

新しい Gremlin データベースを定義します。

public Microsoft.Azure.Management.CosmosDB.Fluent.GremlinDatabase.Definition.IBlank<Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithOptionals> DefineNewGremlinDatabase (string name);
abstract member DefineNewGremlinDatabase : string -> Microsoft.Azure.Management.CosmosDB.Fluent.GremlinDatabase.Definition.IBlank<Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithOptionals>
Public Function DefineNewGremlinDatabase (name As String) As IBlank(Of IWithOptionals)

パラメーター

name
String

Gremlin データベースの名前。

戻り値

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

適用対象