Sdílet prostřednictvím


CassandraResourcesOperationsExtensions Class

Definition

Extension methods for CassandraResourcesOperations.

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

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