次の方法で共有


IWithChildResource.DefineNewGremlinDatabase(String) メソッド

定義

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

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

パラメーター

name
String

Gremlin Database の名前。

戻り値

定義の次のステージ。

適用対象