共用方式為


ITableResourcesOperations Interface

Definition

TableResourcesOperations operations.

public interface ITableResourcesOperations
type ITableResourcesOperations = interface
Public Interface ITableResourcesOperations

Methods

BeginCreateUpdateTableWithHttpMessagesAsync(String, String, String, TableCreateUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Create or update an Azure Cosmos DB Table

BeginDeleteTableWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing Azure Cosmos DB Table.

BeginMigrateTableToAutoscaleWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Migrate an Azure Cosmos DB Table from manual throughput to autoscale

BeginMigrateTableToManualThroughputWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Migrate an Azure Cosmos DB Table from autoscale to manual throughput

BeginUpdateTableThroughputWithHttpMessagesAsync(String, String, String, ThroughputSettingsUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Update RUs per second of an Azure Cosmos DB Table

CreateUpdateTableWithHttpMessagesAsync(String, String, String, TableCreateUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Create or update an Azure Cosmos DB Table

DeleteTableWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing Azure Cosmos DB Table.

GetTableThroughputWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetTableWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListTablesWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

MigrateTableToAutoscaleWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Migrate an Azure Cosmos DB Table from manual throughput to autoscale

MigrateTableToManualThroughputWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Migrate an Azure Cosmos DB Table from autoscale to manual throughput

UpdateTableThroughputWithHttpMessagesAsync(String, String, String, ThroughputSettingsUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Update RUs per second of an Azure Cosmos DB Table

Extension 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