CassandraResourcesOperations.StartMigrateCassandraKeyspaceToManualThroughput(String, String, String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Migrate an Azure Cosmos DB Cassandra Keyspace from autoscale to manual throughput.
public virtual Azure.ResourceManager.CosmosDB.CassandraResourcesMigrateCassandraKeyspaceToManualThroughputOperation StartMigrateCassandraKeyspaceToManualThroughput (string resourceGroupName, string accountName, string keyspaceName, System.Threading.CancellationToken cancellationToken = default);
abstract member StartMigrateCassandraKeyspaceToManualThroughput : string * string * string * System.Threading.CancellationToken -> Azure.ResourceManager.CosmosDB.CassandraResourcesMigrateCassandraKeyspaceToManualThroughputOperation
override this.StartMigrateCassandraKeyspaceToManualThroughput : string * string * string * System.Threading.CancellationToken -> Azure.ResourceManager.CosmosDB.CassandraResourcesMigrateCassandraKeyspaceToManualThroughputOperation
Public Overridable Function StartMigrateCassandraKeyspaceToManualThroughput (resourceGroupName As String, accountName As String, keyspaceName As String, Optional cancellationToken As CancellationToken = Nothing) As CassandraResourcesMigrateCassandraKeyspaceToManualThroughputOperation
Parameters
- resourceGroupName
- System.String
The name of the resource group. The name is case insensitive.
- accountName
- System.String
Cosmos DB database account name.
- keyspaceName
- System.String
Cosmos DB keyspace name.
- cancellationToken
- System.Threading.CancellationToken
The cancellation token to use.
Returns
Exceptions
System.ArgumentNullException
resourceGroupName
, accountName
, or keyspaceName
is null.