Delen via


IGremlinResourcesOperations Interface

Definition

GremlinResourcesOperations operations.

public interface IGremlinResourcesOperations
type IGremlinResourcesOperations = interface
Public Interface IGremlinResourcesOperations

Methods

BeginCreateUpdateGremlinDatabaseWithHttpMessagesAsync(String, String, String, GremlinDatabaseCreateUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Create or update an Azure Cosmos DB Gremlin database

BeginCreateUpdateGremlinGraphWithHttpMessagesAsync(String, String, String, String, GremlinGraphCreateUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Create or update an Azure Cosmos DB Gremlin graph

BeginDeleteGremlinDatabaseWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing Azure Cosmos DB Gremlin database.

BeginDeleteGremlinGraphWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing Azure Cosmos DB Gremlin graph.

BeginUpdateGremlinDatabaseThroughputWithHttpMessagesAsync(String, String, String, ThroughputSettingsUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Update RUs per second of an Azure Cosmos DB Gremlin database

BeginUpdateGremlinGraphThroughputWithHttpMessagesAsync(String, String, String, String, ThroughputSettingsUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Update RUs per second of an Azure Cosmos DB Gremlin graph

CreateUpdateGremlinDatabaseWithHttpMessagesAsync(String, String, String, GremlinDatabaseCreateUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Create or update an Azure Cosmos DB Gremlin database

CreateUpdateGremlinGraphWithHttpMessagesAsync(String, String, String, String, GremlinGraphCreateUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Create or update an Azure Cosmos DB Gremlin graph

DeleteGremlinDatabaseWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing Azure Cosmos DB Gremlin database.

DeleteGremlinGraphWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing Azure Cosmos DB Gremlin graph.

GetGremlinDatabaseThroughputWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetGremlinDatabaseWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetGremlinGraphThroughputWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetGremlinGraphWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListGremlinDatabasesWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListGremlinGraphsWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

UpdateGremlinDatabaseThroughputWithHttpMessagesAsync(String, String, String, ThroughputSettingsUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Update RUs per second of an Azure Cosmos DB Gremlin database

UpdateGremlinGraphThroughputWithHttpMessagesAsync(String, String, String, String, ThroughputSettingsUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Update RUs per second of an Azure Cosmos DB Gremlin graph

Extension 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