Share via


CassandraViewThroughputSettingResource.Get(CancellationToken) Method

Definition

Gets the RUs per second of the Cassandra view under an existing Azure Cosmos DB database account with the provided name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}/throughputSettings/default
  • Operation Id: CassandraResources_GetCassandraViewThroughput
  • Default Api Version: 2024-02-15-preview
  • Resource: CassandraViewThroughputSettingResource
public virtual Azure.Response<Azure.ResourceManager.CosmosDB.CassandraViewThroughputSettingResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CosmosDB.CassandraViewThroughputSettingResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CosmosDB.CassandraViewThroughputSettingResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of CassandraViewThroughputSettingResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to