Condividi tramite


GremlinResourcesOperationsExtensions Class

Definition

Extension methods for GremlinResourcesOperations.

public static class GremlinResourcesOperationsExtensions
type GremlinResourcesOperationsExtensions = class
Public Module GremlinResourcesOperationsExtensions
Inheritance
GremlinResourcesOperationsExtensions

Methods

BeginCreateUpdateGremlinDatabaseAsync(IGremlinResourcesOperations, String, String, String, GremlinDatabaseCreateUpdateParameters, CancellationToken)

Create or update an Azure Cosmos DB Gremlin database

BeginCreateUpdateGremlinGraphAsync(IGremlinResourcesOperations, String, String, String, String, GremlinGraphCreateUpdateParameters, CancellationToken)

Create or update an Azure Cosmos DB Gremlin graph

BeginDeleteGremlinDatabaseAsync(IGremlinResourcesOperations, String, String, String, CancellationToken)

Deletes an existing Azure Cosmos DB Gremlin database.

BeginDeleteGremlinGraphAsync(IGremlinResourcesOperations, String, String, String, String, CancellationToken)

Deletes an existing Azure Cosmos DB Gremlin graph.

BeginUpdateGremlinDatabaseThroughputAsync(IGremlinResourcesOperations, String, String, String, ThroughputSettingsUpdateParameters, CancellationToken)

Update RUs per second of an Azure Cosmos DB Gremlin database

BeginUpdateGremlinGraphThroughputAsync(IGremlinResourcesOperations, String, String, String, String, ThroughputSettingsUpdateParameters, CancellationToken)

Update RUs per second of an Azure Cosmos DB Gremlin graph

CreateUpdateGremlinDatabaseAsync(IGremlinResourcesOperations, String, String, String, GremlinDatabaseCreateUpdateParameters, CancellationToken)

Create or update an Azure Cosmos DB Gremlin database

CreateUpdateGremlinGraphAsync(IGremlinResourcesOperations, String, String, String, String, GremlinGraphCreateUpdateParameters, CancellationToken)

Create or update an Azure Cosmos DB Gremlin graph

DeleteGremlinDatabaseAsync(IGremlinResourcesOperations, String, String, String, CancellationToken)

Deletes an existing Azure Cosmos DB Gremlin database.

DeleteGremlinGraphAsync(IGremlinResourcesOperations, String, String, String, String, CancellationToken)

Deletes an existing Azure Cosmos DB Gremlin graph.

GetGremlinDatabaseAsync(IGremlinResourcesOperations, String, String, String, CancellationToken)

Gets the Gremlin databases under an existing Azure Cosmos DB database account with the provided name.

GetGremlinDatabaseThroughputAsync(IGremlinResourcesOperations, String, String, String, CancellationToken)

Gets the RUs per second of the Gremlin database under an existing Azure Cosmos DB database account with the provided name.

GetGremlinGraphAsync(IGremlinResourcesOperations, String, String, String, String, CancellationToken)

Gets the Gremlin graph under an existing Azure Cosmos DB database account.

GetGremlinGraphThroughputAsync(IGremlinResourcesOperations, String, String, String, String, CancellationToken)

Gets the Gremlin graph throughput under an existing Azure Cosmos DB database account with the provided name.

ListGremlinDatabasesAsync(IGremlinResourcesOperations, String, String, CancellationToken)

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

ListGremlinGraphsAsync(IGremlinResourcesOperations, String, String, String, CancellationToken)

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

UpdateGremlinDatabaseThroughputAsync(IGremlinResourcesOperations, String, String, String, ThroughputSettingsUpdateParameters, CancellationToken)

Update RUs per second of an Azure Cosmos DB Gremlin database

UpdateGremlinGraphThroughputAsync(IGremlinResourcesOperations, String, String, String, String, ThroughputSettingsUpdateParameters, CancellationToken)

Update RUs per second of an Azure Cosmos DB Gremlin graph

Applies to