IGremlinDatabase.GetGremlinGraphAsync(String, CancellationToken) メソッド

定義

public System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Fluent.IGremlinGraph> GetGremlinGraphAsync (string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetGremlinGraphAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Fluent.IGremlinGraph>
Public Function GetGremlinGraphAsync (name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IGremlinGraph)

パラメーター

name
String

Gremlin Graph の名前。

cancellationToken
CancellationToken

戻り値

特定の Gremlin Graph。

適用対象