GremlinResourcesOperationsExtensions.ListGremlinGraphsAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Répertorie le graphe Gremlin sous un compte de base de données Azure Cosmos DB existant.
public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphGetResults>> ListGremlinGraphsAsync (this Microsoft.Azure.Management.CosmosDB.IGremlinResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, System.Threading.CancellationToken cancellationToken = default);
static member ListGremlinGraphsAsync : Microsoft.Azure.Management.CosmosDB.IGremlinResourcesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphGetResults>>
<Extension()>
Public Function ListGremlinGraphsAsync (operations As IGremlinResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of GremlinGraphGetResults))
Paramètres
- operations
- IGremlinResourcesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- accountName
- String
Nom du compte de base de données Cosmos DB.
- databaseName
- String
Nom de la base de données Cosmos DB.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET