Udostępnij za pośrednictwem


GremlinResourcesOperationsExtensions.ListGremlinDatabasesAsync Method

Definition

Lists the Gremlin databases under an existing Azure Cosmos DB database account.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.CosmosDB.Models.GremlinDatabaseGetResults>> ListGremlinDatabasesAsync (this Microsoft.Azure.Management.CosmosDB.IGremlinResourcesOperations operations, string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default);
static member ListGremlinDatabasesAsync : Microsoft.Azure.Management.CosmosDB.IGremlinResourcesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.CosmosDB.Models.GremlinDatabaseGetResults>>
<Extension()>
Public Function ListGremlinDatabasesAsync (operations As IGremlinResourcesOperations, resourceGroupName As String, accountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of GremlinDatabaseGetResults))

Parameters

operations
IGremlinResourcesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

accountName
String

Cosmos DB database account name.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to