CassandraTableThroughputSettingResource.CreateOrUpdate Method

Definition

Update RUs per second of an Azure Cosmos DB Cassandra table

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables/{tableName}/throughputSettings/default
  • Operation Id: CassandraResources_UpdateCassandraTableThroughput
  • Default Api Version: 2024-02-15-preview
  • Resource: CassandraTableThroughputSettingResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CosmosDB.CassandraTableThroughputSettingResource> CreateOrUpdate (Azure.WaitUntil waitUntil, Azure.ResourceManager.CosmosDB.Models.ThroughputSettingsUpdateData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.CosmosDB.Models.ThroughputSettingsUpdateData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CosmosDB.CassandraTableThroughputSettingResource>
override this.CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.CosmosDB.Models.ThroughputSettingsUpdateData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CosmosDB.CassandraTableThroughputSettingResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, data As ThroughputSettingsUpdateData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of CassandraTableThroughputSettingResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

data
ThroughputSettingsUpdateData

The RUs per second of the parameters to provide for the current Cassandra table.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to