CassandraTableThroughputSettingResource.CreateOrUpdateAsync 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 System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CosmosDB.CassandraTableThroughputSettingResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.CosmosDB.Models.ThroughputSettingsUpdateData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * Azure.ResourceManager.CosmosDB.Models.ThroughputSettingsUpdateData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CosmosDB.CassandraTableThroughputSettingResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * Azure.ResourceManager.CosmosDB.Models.ThroughputSettingsUpdateData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CosmosDB.CassandraTableThroughputSettingResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, data As ThroughputSettingsUpdateData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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