Sdílet prostřednictvím


TableResourcesOperationsExtensions Class

Definition

Extension methods for TableResourcesOperations.

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

Methods

BeginCreateUpdateTable(ITableResourcesOperations, String, String, String, TableCreateUpdateParameters)

Create or update an Azure Cosmos DB Table

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

Create or update an Azure Cosmos DB Table

BeginDeleteTable(ITableResourcesOperations, String, String, String)

Deletes an existing Azure Cosmos DB Table.

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

Deletes an existing Azure Cosmos DB Table.

BeginMigrateTableToAutoscale(ITableResourcesOperations, String, String, String)

Migrate an Azure Cosmos DB Table from manual throughput to autoscale

BeginMigrateTableToAutoscaleAsync(ITableResourcesOperations, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB Table from manual throughput to autoscale

BeginMigrateTableToManualThroughput(ITableResourcesOperations, String, String, String)

Migrate an Azure Cosmos DB Table from autoscale to manual throughput

BeginMigrateTableToManualThroughputAsync(ITableResourcesOperations, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB Table from autoscale to manual throughput

BeginUpdateTableThroughput(ITableResourcesOperations, String, String, String, ThroughputSettingsUpdateParameters)

Update RUs per second of an Azure Cosmos DB Table

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

Update RUs per second of an Azure Cosmos DB Table

CreateUpdateTable(ITableResourcesOperations, String, String, String, TableCreateUpdateParameters)

Create or update an Azure Cosmos DB Table

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

Create or update an Azure Cosmos DB Table

DeleteTable(ITableResourcesOperations, String, String, String)

Deletes an existing Azure Cosmos DB Table.

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

Deletes an existing Azure Cosmos DB Table.

GetTable(ITableResourcesOperations, String, String, String)

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

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

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

GetTableThroughput(ITableResourcesOperations, String, String, String)

Gets the RUs per second of the Table 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.

ListTables(ITableResourcesOperations, String, String)

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

ListTablesAsync(ITableResourcesOperations, String, String, CancellationToken)

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

MigrateTableToAutoscale(ITableResourcesOperations, String, String, String)

Migrate an Azure Cosmos DB Table from manual throughput to autoscale

MigrateTableToAutoscaleAsync(ITableResourcesOperations, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB Table from manual throughput to autoscale

MigrateTableToManualThroughput(ITableResourcesOperations, String, String, String)

Migrate an Azure Cosmos DB Table from autoscale to manual throughput

MigrateTableToManualThroughputAsync(ITableResourcesOperations, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB Table from autoscale to manual throughput

UpdateTableThroughput(ITableResourcesOperations, String, String, String, ThroughputSettingsUpdateParameters)

Update RUs per second of an Azure Cosmos DB Table

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

Update RUs per second of an Azure Cosmos DB Table

Applies to