Partager via


ICosmosDBAccount.GetGremlinDatabaseAsync(String, CancellationToken) Méthode

Définition

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

Paramètres

name
String

Nom de la base de données Gremlin.

cancellationToken
CancellationToken

Retours

Base de données Gremlin spécifique.

S’applique à