CosmosTableThroughputSettingResource.Get(CancellationToken) Method

Definition

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

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/tables/{tableName}/throughputSettings/default.
  • Operation Id. : TableResources_GetTableThroughput.
  • Default Api Version. : 2026-03-15.
  • Resource. : CosmosTableThroughputSettingResource.
public virtual Azure.Response<Azure.ResourceManager.CosmosDB.CosmosTableThroughputSettingResource> Get(System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CosmosDB.CosmosTableThroughputSettingResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CosmosDB.CosmosTableThroughputSettingResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of CosmosTableThroughputSettingResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to