次の方法で共有


IGremlinDatabase.ListGremlinGraphsAsync(CancellationToken) メソッド

定義

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.CosmosDB.Fluent.IGremlinGraph>> ListGremlinGraphsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member ListGremlinGraphsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.CosmosDB.Fluent.IGremlinGraph>>
Public Function ListGremlinGraphsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of IGremlinGraph))

パラメーター

cancellationToken
CancellationToken

戻り値

DB 内のすべての Gremlin グラフ。

適用対象