GremlinResourcesOperationsExtensions.ListGremlinGraphsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the Gremlin graph under an existing Azure Cosmos DB database account.
public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.CosmosDB.Fluent.Models.GremlinGraphGetResultsInner>> ListGremlinGraphsAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.IGremlinResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, System.Threading.CancellationToken cancellationToken = default);
static member ListGremlinGraphsAsync : Microsoft.Azure.Management.CosmosDB.Fluent.IGremlinResourcesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.CosmosDB.Fluent.Models.GremlinGraphGetResultsInner>>
<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 GremlinGraphGetResultsInner))
Parameters
- operations
- IGremlinResourcesOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of an Azure resource group.
- accountName
- String
Cosmos DB database account name.
- databaseName
- String
Cosmos DB database name.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET