CosmosDBAccountImpl.ICosmosDBAccount.GetGremlinDatabaseAsync Method

Definition

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

Parameters

databaseName
String
cancellationToken
CancellationToken

Returns

Implements

Applies to