Compartilhar via


TableResourcesOperationsExtensions Classe

Definição

Métodos de extensão para TableResourcesOperations.

public static class TableResourcesOperationsExtensions
type TableResourcesOperationsExtensions = class
Public Module TableResourcesOperationsExtensions
Herança
TableResourcesOperationsExtensions

Métodos

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

Criar ou atualizar uma tabela do Azure Cosmos DB

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

Exclui uma tabela existente do Azure Cosmos DB.

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

Atualizar RUs por segundo de uma tabela do Azure Cosmos DB

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

Criar ou atualizar uma tabela do Azure Cosmos DB

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

Exclui uma tabela existente do Azure Cosmos DB.

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

Obtém as Tabelas em uma conta de banco de dados existente do Azure Cosmos DB com o nome fornecido.

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

Obtém as RUs por segundo da Tabela em uma conta de banco de dados existente do Azure Cosmos DB com o nome fornecido.

ListTablesAsync(ITableResourcesOperations, String, String, CancellationToken)

Lista as Tabelas em uma conta de banco de dados existente do Azure Cosmos DB.

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

Atualizar RUs por segundo de uma tabela do Azure Cosmos DB

Aplica-se a