Sdílet prostřednictvím


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.

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

Migrate an Azure Cosmos DB Cassandra Keyspace from manual throughput to autoscale

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

Migrate an Azure Cosmos DB Cassandra Keyspace from autoscale to manual throughput

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

Migrate an Azure Cosmos DB Cassandra table from manual throughput to autoscale

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

Migrate an Azure Cosmos DB Cassandra table from autoscale to manual throughput

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.

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

Migrate an Azure Cosmos DB Cassandra Keyspace from manual throughput to autoscale

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

Migrate an Azure Cosmos DB Cassandra Keyspace from autoscale to manual throughput

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

Migrate an Azure Cosmos DB Cassandra table from manual throughput to autoscale

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

Migrate an Azure Cosmos DB Cassandra table from autoscale to manual throughput

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

BeginCreateUpdateCassandraKeyspace(ICassandraResourcesOperations, String, String, String, CassandraKeyspaceCreateUpdateParameters)

Create or update an Azure Cosmos DB Cassandra keyspace

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

Create or update an Azure Cosmos DB Cassandra keyspace

BeginCreateUpdateCassandraTable(ICassandraResourcesOperations, String, String, String, String, CassandraTableCreateUpdateParameters)

Create or update an Azure Cosmos DB Cassandra Table

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

Create or update an Azure Cosmos DB Cassandra Table

BeginDeleteCassandraKeyspace(ICassandraResourcesOperations, String, String, String)

Deletes an existing Azure Cosmos DB Cassandra keyspace.

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

Deletes an existing Azure Cosmos DB Cassandra keyspace.

BeginDeleteCassandraTable(ICassandraResourcesOperations, String, String, String, String)

Deletes an existing Azure Cosmos DB Cassandra table.

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

Deletes an existing Azure Cosmos DB Cassandra table.

BeginMigrateCassandraKeyspaceToAutoscale(ICassandraResourcesOperations, String, String, String)

Migrate an Azure Cosmos DB Cassandra Keyspace from manual throughput to autoscale

BeginMigrateCassandraKeyspaceToAutoscaleAsync(ICassandraResourcesOperations, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB Cassandra Keyspace from manual throughput to autoscale

BeginMigrateCassandraKeyspaceToManualThroughput(ICassandraResourcesOperations, String, String, String)

Migrate an Azure Cosmos DB Cassandra Keyspace from autoscale to manual throughput

BeginMigrateCassandraKeyspaceToManualThroughputAsync(ICassandraResourcesOperations, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB Cassandra Keyspace from autoscale to manual throughput

BeginMigrateCassandraTableToAutoscale(ICassandraResourcesOperations, String, String, String, String)

Migrate an Azure Cosmos DB Cassandra table from manual throughput to autoscale

BeginMigrateCassandraTableToAutoscaleAsync(ICassandraResourcesOperations, String, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB Cassandra table from manual throughput to autoscale

BeginMigrateCassandraTableToManualThroughput(ICassandraResourcesOperations, String, String, String, String)

Migrate an Azure Cosmos DB Cassandra table from autoscale to manual throughput

BeginMigrateCassandraTableToManualThroughputAsync(ICassandraResourcesOperations, String, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB Cassandra table from autoscale to manual throughput

BeginUpdateCassandraKeyspaceThroughput(ICassandraResourcesOperations, String, String, String, ThroughputSettingsUpdateParameters)

Update RUs per second of an Azure Cosmos DB Cassandra Keyspace

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

Update RUs per second of an Azure Cosmos DB Cassandra Keyspace

BeginUpdateCassandraTableThroughput(ICassandraResourcesOperations, String, String, String, String, ThroughputSettingsUpdateParameters)

Update RUs per second of an Azure Cosmos DB Cassandra table

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

Update RUs per second of an Azure Cosmos DB Cassandra table

CreateUpdateCassandraKeyspace(ICassandraResourcesOperations, String, String, String, CassandraKeyspaceCreateUpdateParameters)

Create or update an Azure Cosmos DB Cassandra keyspace

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

Create or update an Azure Cosmos DB Cassandra keyspace

CreateUpdateCassandraTable(ICassandraResourcesOperations, String, String, String, String, CassandraTableCreateUpdateParameters)

Create or update an Azure Cosmos DB Cassandra Table

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

Create or update an Azure Cosmos DB Cassandra Table

DeleteCassandraKeyspace(ICassandraResourcesOperations, String, String, String)

Deletes an existing Azure Cosmos DB Cassandra keyspace.

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

Deletes an existing Azure Cosmos DB Cassandra keyspace.

DeleteCassandraTable(ICassandraResourcesOperations, String, String, String, String)

Deletes an existing Azure Cosmos DB Cassandra table.

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

Deletes an existing Azure Cosmos DB Cassandra table.

GetCassandraKeyspace(ICassandraResourcesOperations, String, String, String)

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

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

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

GetCassandraKeyspaceThroughput(ICassandraResourcesOperations, String, String, String)

Gets the RUs per second of the Cassandra Keyspace 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.

GetCassandraTable(ICassandraResourcesOperations, String, String, String, String)

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

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

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

GetCassandraTableThroughput(ICassandraResourcesOperations, String, String, String, String)

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

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.

ListCassandraKeyspaces(ICassandraResourcesOperations, String, String)

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

ListCassandraKeyspacesAsync(ICassandraResourcesOperations, String, String, CancellationToken)

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

ListCassandraTables(ICassandraResourcesOperations, String, String, String)

Lists the Cassandra table 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.

MigrateCassandraKeyspaceToAutoscale(ICassandraResourcesOperations, String, String, String)

Migrate an Azure Cosmos DB Cassandra Keyspace from manual throughput to autoscale

MigrateCassandraKeyspaceToAutoscaleAsync(ICassandraResourcesOperations, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB Cassandra Keyspace from manual throughput to autoscale

MigrateCassandraKeyspaceToManualThroughput(ICassandraResourcesOperations, String, String, String)

Migrate an Azure Cosmos DB Cassandra Keyspace from autoscale to manual throughput

MigrateCassandraKeyspaceToManualThroughputAsync(ICassandraResourcesOperations, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB Cassandra Keyspace from autoscale to manual throughput

MigrateCassandraTableToAutoscale(ICassandraResourcesOperations, String, String, String, String)

Migrate an Azure Cosmos DB Cassandra table from manual throughput to autoscale

MigrateCassandraTableToAutoscaleAsync(ICassandraResourcesOperations, String, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB Cassandra table from manual throughput to autoscale

MigrateCassandraTableToManualThroughput(ICassandraResourcesOperations, String, String, String, String)

Migrate an Azure Cosmos DB Cassandra table from autoscale to manual throughput

MigrateCassandraTableToManualThroughputAsync(ICassandraResourcesOperations, String, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB Cassandra table from autoscale to manual throughput

UpdateCassandraKeyspaceThroughput(ICassandraResourcesOperations, String, String, String, ThroughputSettingsUpdateParameters)

Update RUs per second of an Azure Cosmos DB Cassandra Keyspace

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

Update RUs per second of an Azure Cosmos DB Cassandra Keyspace

UpdateCassandraTableThroughput(ICassandraResourcesOperations, String, String, String, String, ThroughputSettingsUpdateParameters)

Update RUs per second of an Azure Cosmos DB Cassandra table

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

Update RUs per second of an Azure Cosmos DB Cassandra table

Applies to