Share via


TableResourcesOperationsExtensions Class

Definition

Extension methods for TableResourcesOperations.

public static class TableResourcesOperationsExtensions
type TableResourcesOperationsExtensions = class
Public Module TableResourcesOperationsExtensions
Inheritance
TableResourcesOperationsExtensions

Methods

BeginCreateUpdateTableAsync(ITableResourcesOperations, String, String, String, TableCreateUpdateParameters, CancellationToken)

Create or update an Azure Cosmos DB Table

BeginDeleteTableAsync(ITableResourcesOperations, String, String, String, CancellationToken)

Deletes an existing Azure Cosmos DB Table.

BeginUpdateTableThroughputAsync(ITableResourcesOperations, String, String, String, ThroughputSettingsUpdateParameters, CancellationToken)

Update RUs per second of an Azure Cosmos DB Table

CreateUpdateTableAsync(ITableResourcesOperations, String, String, String, TableCreateUpdateParameters, CancellationToken)

Create or update an Azure Cosmos DB Table

DeleteTableAsync(ITableResourcesOperations, String, String, String, CancellationToken)

Deletes an existing Azure Cosmos DB Table.

GetTableAsync(ITableResourcesOperations, String, String, String, CancellationToken)

Gets the Tables under an existing Azure Cosmos DB database account with the provided name.

GetTableThroughputAsync(ITableResourcesOperations, String, String, String, CancellationToken)

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

ListTablesAsync(ITableResourcesOperations, String, String, CancellationToken)

Lists the Tables under an existing Azure Cosmos DB database account.

UpdateTableThroughputAsync(ITableResourcesOperations, String, String, String, ThroughputSettingsUpdateParameters, CancellationToken)

Update RUs per second of an Azure Cosmos DB Table

Applies to