Sdílet prostřednictvím


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.

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

Migrate an Azure Cosmos DB Gremlin database from manual throughput to autoscale

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

Migrate an Azure Cosmos DB Gremlin database from autoscale to manual throughput

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

Migrate an Azure Cosmos DB Gremlin graph from manual throughput to autoscale

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

Migrate an Azure Cosmos DB Gremlin graph from autoscale to manual throughput

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.

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

Migrate an Azure Cosmos DB Gremlin database from manual throughput to autoscale

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

Migrate an Azure Cosmos DB Gremlin database from autoscale to manual throughput

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

Migrate an Azure Cosmos DB Gremlin graph from manual throughput to autoscale

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

Migrate an Azure Cosmos DB Gremlin graph from autoscale to manual throughput

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

BeginCreateUpdateGremlinDatabase(IGremlinResourcesOperations, String, String, String, GremlinDatabaseCreateUpdateParameters)

Create or update an Azure Cosmos DB Gremlin database

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

Create or update an Azure Cosmos DB Gremlin database

BeginCreateUpdateGremlinGraph(IGremlinResourcesOperations, String, String, String, String, GremlinGraphCreateUpdateParameters)

Create or update an Azure Cosmos DB Gremlin graph

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

Create or update an Azure Cosmos DB Gremlin graph

BeginDeleteGremlinDatabase(IGremlinResourcesOperations, String, String, String)

Deletes an existing Azure Cosmos DB Gremlin database.

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

Deletes an existing Azure Cosmos DB Gremlin database.

BeginDeleteGremlinGraph(IGremlinResourcesOperations, String, String, String, String)

Deletes an existing Azure Cosmos DB Gremlin graph.

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

Deletes an existing Azure Cosmos DB Gremlin graph.

BeginMigrateGremlinDatabaseToAutoscale(IGremlinResourcesOperations, String, String, String)

Migrate an Azure Cosmos DB Gremlin database from manual throughput to autoscale

BeginMigrateGremlinDatabaseToAutoscaleAsync(IGremlinResourcesOperations, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB Gremlin database from manual throughput to autoscale

BeginMigrateGremlinDatabaseToManualThroughput(IGremlinResourcesOperations, String, String, String)

Migrate an Azure Cosmos DB Gremlin database from autoscale to manual throughput

BeginMigrateGremlinDatabaseToManualThroughputAsync(IGremlinResourcesOperations, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB Gremlin database from autoscale to manual throughput

BeginMigrateGremlinGraphToAutoscale(IGremlinResourcesOperations, String, String, String, String)

Migrate an Azure Cosmos DB Gremlin graph from manual throughput to autoscale

BeginMigrateGremlinGraphToAutoscaleAsync(IGremlinResourcesOperations, String, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB Gremlin graph from manual throughput to autoscale

BeginMigrateGremlinGraphToManualThroughput(IGremlinResourcesOperations, String, String, String, String)

Migrate an Azure Cosmos DB Gremlin graph from autoscale to manual throughput

BeginMigrateGremlinGraphToManualThroughputAsync(IGremlinResourcesOperations, String, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB Gremlin graph from autoscale to manual throughput

BeginUpdateGremlinDatabaseThroughput(IGremlinResourcesOperations, String, String, String, ThroughputSettingsUpdateParameters)

Update RUs per second of an Azure Cosmos DB Gremlin database

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

Update RUs per second of an Azure Cosmos DB Gremlin database

BeginUpdateGremlinGraphThroughput(IGremlinResourcesOperations, String, String, String, String, ThroughputSettingsUpdateParameters)

Update RUs per second of an Azure Cosmos DB Gremlin graph

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

Update RUs per second of an Azure Cosmos DB Gremlin graph

CreateUpdateGremlinDatabase(IGremlinResourcesOperations, String, String, String, GremlinDatabaseCreateUpdateParameters)

Create or update an Azure Cosmos DB Gremlin database

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

Create or update an Azure Cosmos DB Gremlin database

CreateUpdateGremlinGraph(IGremlinResourcesOperations, String, String, String, String, GremlinGraphCreateUpdateParameters)

Create or update an Azure Cosmos DB Gremlin graph

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

Create or update an Azure Cosmos DB Gremlin graph

DeleteGremlinDatabase(IGremlinResourcesOperations, String, String, String)

Deletes an existing Azure Cosmos DB Gremlin database.

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

Deletes an existing Azure Cosmos DB Gremlin database.

DeleteGremlinGraph(IGremlinResourcesOperations, String, String, String, String)

Deletes an existing Azure Cosmos DB Gremlin graph.

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

Deletes an existing Azure Cosmos DB Gremlin graph.

GetGremlinDatabase(IGremlinResourcesOperations, String, String, String)

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

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

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

GetGremlinDatabaseThroughput(IGremlinResourcesOperations, String, String, String)

Gets the RUs per second of the Gremlin database 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.

GetGremlinGraph(IGremlinResourcesOperations, String, String, String, String)

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

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

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

GetGremlinGraphThroughput(IGremlinResourcesOperations, String, String, String, String)

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

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

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

ListGremlinDatabases(IGremlinResourcesOperations, String, String)

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

ListGremlinDatabasesAsync(IGremlinResourcesOperations, String, String, CancellationToken)

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

ListGremlinGraphs(IGremlinResourcesOperations, String, String, String)

Lists the Gremlin graph 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.

MigrateGremlinDatabaseToAutoscale(IGremlinResourcesOperations, String, String, String)

Migrate an Azure Cosmos DB Gremlin database from manual throughput to autoscale

MigrateGremlinDatabaseToAutoscaleAsync(IGremlinResourcesOperations, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB Gremlin database from manual throughput to autoscale

MigrateGremlinDatabaseToManualThroughput(IGremlinResourcesOperations, String, String, String)

Migrate an Azure Cosmos DB Gremlin database from autoscale to manual throughput

MigrateGremlinDatabaseToManualThroughputAsync(IGremlinResourcesOperations, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB Gremlin database from autoscale to manual throughput

MigrateGremlinGraphToAutoscale(IGremlinResourcesOperations, String, String, String, String)

Migrate an Azure Cosmos DB Gremlin graph from manual throughput to autoscale

MigrateGremlinGraphToAutoscaleAsync(IGremlinResourcesOperations, String, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB Gremlin graph from manual throughput to autoscale

MigrateGremlinGraphToManualThroughput(IGremlinResourcesOperations, String, String, String, String)

Migrate an Azure Cosmos DB Gremlin graph from autoscale to manual throughput

MigrateGremlinGraphToManualThroughputAsync(IGremlinResourcesOperations, String, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB Gremlin graph from autoscale to manual throughput

UpdateGremlinDatabaseThroughput(IGremlinResourcesOperations, String, String, String, ThroughputSettingsUpdateParameters)

Update RUs per second of an Azure Cosmos DB Gremlin database

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

Update RUs per second of an Azure Cosmos DB Gremlin database

UpdateGremlinGraphThroughput(IGremlinResourcesOperations, String, String, String, String, ThroughputSettingsUpdateParameters)

Update RUs per second of an Azure Cosmos DB Gremlin graph

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

Update RUs per second of an Azure Cosmos DB Gremlin graph

Applies to