Share via


CassandraResourcesOperationsExtensions Class

Definition

Extension methods for CassandraResourcesOperations.

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

Methods

BeginCreateUpdateCassandraKeyspaceAsync(ICassandraResourcesOperations, String, String, String, CassandraKeyspaceCreateUpdateParameters, CancellationToken)

Create or update an Azure Cosmos DB Cassandra keyspace

BeginCreateUpdateCassandraTableAsync(ICassandraResourcesOperations, String, String, String, String, CassandraTableCreateUpdateParameters, CancellationToken)

Create or update an Azure Cosmos DB Cassandra Table

BeginDeleteCassandraKeyspaceAsync(ICassandraResourcesOperations, String, String, String, CancellationToken)

Deletes an existing Azure Cosmos DB Cassandra keyspace.

BeginDeleteCassandraTableAsync(ICassandraResourcesOperations, String, String, String, String, CancellationToken)

Deletes an existing Azure Cosmos DB Cassandra table.

BeginUpdateCassandraKeyspaceThroughputAsync(ICassandraResourcesOperations, String, String, String, ThroughputSettingsUpdateParameters, CancellationToken)

Update RUs per second of an Azure Cosmos DB Cassandra Keyspace

BeginUpdateCassandraTableThroughputAsync(ICassandraResourcesOperations, String, String, String, String, ThroughputSettingsUpdateParameters, CancellationToken)

Update RUs per second of an Azure Cosmos DB Cassandra table

CreateUpdateCassandraKeyspaceAsync(ICassandraResourcesOperations, String, String, String, CassandraKeyspaceCreateUpdateParameters, CancellationToken)

Create or update an Azure Cosmos DB Cassandra keyspace

CreateUpdateCassandraTableAsync(ICassandraResourcesOperations, String, String, String, String, CassandraTableCreateUpdateParameters, CancellationToken)

Create or update an Azure Cosmos DB Cassandra Table

DeleteCassandraKeyspaceAsync(ICassandraResourcesOperations, String, String, String, CancellationToken)

Deletes an existing Azure Cosmos DB Cassandra keyspace.

DeleteCassandraTableAsync(ICassandraResourcesOperations, String, String, String, String, CancellationToken)

Deletes an existing Azure Cosmos DB Cassandra table.

GetCassandraKeyspaceAsync(ICassandraResourcesOperations, String, String, String, CancellationToken)

Gets the Cassandra keyspaces under an existing Azure Cosmos DB database account with the provided name.

GetCassandraKeyspaceThroughputAsync(ICassandraResourcesOperations, String, String, String, CancellationToken)

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

GetCassandraTableAsync(ICassandraResourcesOperations, String, String, String, String, CancellationToken)

Gets the Cassandra table under an existing Azure Cosmos DB database account.

GetCassandraTableThroughputAsync(ICassandraResourcesOperations, String, String, String, String, CancellationToken)

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

ListCassandraKeyspacesAsync(ICassandraResourcesOperations, String, String, CancellationToken)

Lists the Cassandra keyspaces under an existing Azure Cosmos DB database account.

ListCassandraTablesAsync(ICassandraResourcesOperations, String, String, String, CancellationToken)

Lists the Cassandra table under an existing Azure Cosmos DB database account.

UpdateCassandraKeyspaceThroughputAsync(ICassandraResourcesOperations, String, String, String, ThroughputSettingsUpdateParameters, CancellationToken)

Update RUs per second of an Azure Cosmos DB Cassandra Keyspace

UpdateCassandraTableThroughputAsync(ICassandraResourcesOperations, String, String, String, String, ThroughputSettingsUpdateParameters, CancellationToken)

Update RUs per second of an Azure Cosmos DB Cassandra table

Applies to