CassandraTableThroughputSettingResource.MigrateCassandraTableToAutoscale Method

Definition

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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/tables/{tableName}/throughputSettings/default/migrateToAutoscale
  • Operation Id: CassandraResources_MigrateCassandraTableToAutoscale
  • Default Api Version: 2024-02-15-preview
  • Resource: CassandraTableThroughputSettingResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CosmosDB.CassandraTableThroughputSettingResource> MigrateCassandraTableToAutoscale (Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default);
abstract member MigrateCassandraTableToAutoscale : Azure.WaitUntil * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CosmosDB.CassandraTableThroughputSettingResource>
override this.MigrateCassandraTableToAutoscale : Azure.WaitUntil * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CosmosDB.CassandraTableThroughputSettingResource>
Public Overridable Function MigrateCassandraTableToAutoscale (waitUntil As WaitUntil, 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.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to