Sdílet prostřednictvím


GremlinResourcesOperationsExtensions Class

Definition

Extension methods for GremlinResourcesOperations.

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

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