Share via


ICassandraResourcesOperations Interface

Definition

CassandraResourcesOperations operations.

public interface ICassandraResourcesOperations
type ICassandraResourcesOperations = interface
Public Interface ICassandraResourcesOperations

Methods

BeginCreateUpdateCassandraKeyspaceWithHttpMessagesAsync(String, String, String, CassandraKeyspaceCreateUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Create or update an Azure Cosmos DB Cassandra keyspace

BeginCreateUpdateCassandraTableWithHttpMessagesAsync(String, String, String, String, CassandraTableCreateUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Create or update an Azure Cosmos DB Cassandra Table

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

Deletes an existing Azure Cosmos DB Cassandra keyspace.

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

Deletes an existing Azure Cosmos DB Cassandra table.

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

Update RUs per second of an Azure Cosmos DB Cassandra Keyspace

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

Update RUs per second of an Azure Cosmos DB Cassandra table

CreateUpdateCassandraKeyspaceWithHttpMessagesAsync(String, String, String, CassandraKeyspaceCreateUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Create or update an Azure Cosmos DB Cassandra keyspace

CreateUpdateCassandraTableWithHttpMessagesAsync(String, String, String, String, CassandraTableCreateUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Create or update an Azure Cosmos DB Cassandra Table

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

Deletes an existing Azure Cosmos DB Cassandra keyspace.

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

Deletes an existing Azure Cosmos DB Cassandra table.

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

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

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

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

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

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

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

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

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

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

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

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

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

Update RUs per second of an Azure Cosmos DB Cassandra Keyspace

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

Update RUs per second of an Azure Cosmos DB Cassandra table

Extension 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