public interface TableResourcesClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TableGetResultsInner>,TableGetResultsInner> |
beginCreateUpdateTable(String resourceGroupName,
String accountName,
String tableName,
TableCreateUpdateParameters createUpdateTableParameters)
Create or update an Azure Cosmos DB Table.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TableGetResultsInner>,TableGetResultsInner> |
beginCreateUpdateTable(String resourceGroupName,
String accountName,
String tableName,
TableCreateUpdateParameters createUpdateTableParameters,
com.azure.core.util.Context context)
Create or update an Azure Cosmos DB Table.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<TableGetResultsInner>,TableGetResultsInner> |
beginCreateUpdateTableAsync(String resourceGroupName,
String accountName,
String tableName,
TableCreateUpdateParameters createUpdateTableParameters)
Create or update an Azure Cosmos DB Table.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteTable(String resourceGroupName,
String accountName,
String tableName)
Deletes an existing Azure Cosmos DB Table.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteTable(String resourceGroupName,
String accountName,
String tableName,
com.azure.core.util.Context context)
Deletes an existing Azure Cosmos DB Table.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteTableAsync(String resourceGroupName,
String accountName,
String tableName)
Deletes an existing Azure Cosmos DB Table.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> |
beginUpdateTableThroughput(String resourceGroupName,
String accountName,
String tableName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of an Azure Cosmos DB Table.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> |
beginUpdateTableThroughput(String resourceGroupName,
String accountName,
String tableName,
ThroughputSettingsUpdateParameters updateThroughputParameters,
com.azure.core.util.Context context)
Update RUs per second of an Azure Cosmos DB Table.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> |
beginUpdateTableThroughputAsync(String resourceGroupName,
String accountName,
String tableName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of an Azure Cosmos DB Table.
|
TableGetResultsInner |
createUpdateTable(String resourceGroupName,
String accountName,
String tableName,
TableCreateUpdateParameters createUpdateTableParameters)
Create or update an Azure Cosmos DB Table.
|
TableGetResultsInner |
createUpdateTable(String resourceGroupName,
String accountName,
String tableName,
TableCreateUpdateParameters createUpdateTableParameters,
com.azure.core.util.Context context)
Create or update an Azure Cosmos DB Table.
|
Mono<TableGetResultsInner> |
createUpdateTableAsync(String resourceGroupName,
String accountName,
String tableName,
TableCreateUpdateParameters createUpdateTableParameters)
Create or update an Azure Cosmos DB Table.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createUpdateTableWithResponseAsync(String resourceGroupName,
String accountName,
String tableName,
TableCreateUpdateParameters createUpdateTableParameters)
Create or update an Azure Cosmos DB Table.
|
void |
deleteTable(String resourceGroupName,
String accountName,
String tableName)
Deletes an existing Azure Cosmos DB Table.
|
void |
deleteTable(String resourceGroupName,
String accountName,
String tableName,
com.azure.core.util.Context context)
Deletes an existing Azure Cosmos DB Table.
|
Mono<Void> |
deleteTableAsync(String resourceGroupName,
String accountName,
String tableName)
Deletes an existing Azure Cosmos DB Table.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteTableWithResponseAsync(String resourceGroupName,
String accountName,
String tableName)
Deletes an existing Azure Cosmos DB Table.
|
TableGetResultsInner |
getTable(String resourceGroupName,
String accountName,
String tableName)
Gets the Tables under an existing Azure Cosmos DB database account with the provided name.
|
Mono<TableGetResultsInner> |
getTableAsync(String resourceGroupName,
String accountName,
String tableName)
Gets the Tables under an existing Azure Cosmos DB database account with the provided name.
|
ThroughputSettingsGetResultsInner |
getTableThroughput(String resourceGroupName,
String accountName,
String tableName)
Gets the RUs per second of the Table under an existing Azure Cosmos DB database account with the provided name.
|
Mono<ThroughputSettingsGetResultsInner> |
getTableThroughputAsync(String resourceGroupName,
String accountName,
String tableName)
Gets the RUs per second of the Table under an existing Azure Cosmos DB database account with the provided name.
|
com.azure.core.http.rest.Response<ThroughputSettingsGetResultsInner> |
getTableThroughputWithResponse(String resourceGroupName,
String accountName,
String tableName,
com.azure.core.util.Context context)
Gets the RUs per second of the Table under an existing Azure Cosmos DB database account with the provided name.
|
Mono<com.azure.core.http.rest.Response<ThroughputSettingsGetResultsInner>> |
getTableThroughputWithResponseAsync(String resourceGroupName,
String accountName,
String tableName)
Gets the RUs per second of the Table under an existing Azure Cosmos DB database account with the provided name.
|
com.azure.core.http.rest.Response<TableGetResultsInner> |
getTableWithResponse(String resourceGroupName,
String accountName,
String tableName,
com.azure.core.util.Context context)
Gets the Tables under an existing Azure Cosmos DB database account with the provided name.
|
Mono<com.azure.core.http.rest.Response<TableGetResultsInner>> |
getTableWithResponseAsync(String resourceGroupName,
String accountName,
String tableName)
Gets the Tables under an existing Azure Cosmos DB database account with the provided name.
|
com.azure.core.http.rest.PagedIterable<TableGetResultsInner> |
listTables(String resourceGroupName,
String accountName)
Lists the Tables under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.PagedIterable<TableGetResultsInner> |
listTables(String resourceGroupName,
String accountName,
com.azure.core.util.Context context)
Lists the Tables under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.PagedFlux<TableGetResultsInner> |
listTablesAsync(String resourceGroupName,
String accountName)
Lists the Tables under an existing Azure Cosmos DB database account.
|
ThroughputSettingsGetResultsInner |
updateTableThroughput(String resourceGroupName,
String accountName,
String tableName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of an Azure Cosmos DB Table.
|
ThroughputSettingsGetResultsInner |
updateTableThroughput(String resourceGroupName,
String accountName,
String tableName,
ThroughputSettingsUpdateParameters updateThroughputParameters,
com.azure.core.util.Context context)
Update RUs per second of an Azure Cosmos DB Table.
|
Mono<ThroughputSettingsGetResultsInner> |
updateTableThroughputAsync(String resourceGroupName,
String accountName,
String tableName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of an Azure Cosmos DB Table.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateTableThroughputWithResponseAsync(String resourceGroupName,
String accountName,
String tableName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of an Azure Cosmos DB Table.
|
com.azure.core.http.rest.PagedFlux<TableGetResultsInner> listTablesAsync(String resourceGroupName, String accountName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<TableGetResultsInner> listTables(String resourceGroupName, String accountName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<TableGetResultsInner> listTables(String resourceGroupName, String accountName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<TableGetResultsInner>> getTableWithResponseAsync(String resourceGroupName, String accountName, String tableName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.tableName - Cosmos DB table name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<TableGetResultsInner> getTableAsync(String resourceGroupName, String accountName, String tableName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.tableName - Cosmos DB table name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.TableGetResultsInner getTable(String resourceGroupName, String accountName, String tableName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.tableName - Cosmos DB table name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<TableGetResultsInner> getTableWithResponse(String resourceGroupName, String accountName, String tableName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.tableName - Cosmos DB table name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createUpdateTableWithResponseAsync(String resourceGroupName, String accountName, String tableName, TableCreateUpdateParameters createUpdateTableParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.tableName - Cosmos DB table name.createUpdateTableParameters - Parameters to create and update Cosmos DB Table.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<TableGetResultsInner>,TableGetResultsInner> beginCreateUpdateTableAsync(String resourceGroupName, String accountName, String tableName, TableCreateUpdateParameters createUpdateTableParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.tableName - Cosmos DB table name.createUpdateTableParameters - Parameters to create and update Cosmos DB Table.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TableGetResultsInner>,TableGetResultsInner> beginCreateUpdateTable(String resourceGroupName, String accountName, String tableName, TableCreateUpdateParameters createUpdateTableParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.tableName - Cosmos DB table name.createUpdateTableParameters - Parameters to create and update Cosmos DB Table.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TableGetResultsInner>,TableGetResultsInner> beginCreateUpdateTable(String resourceGroupName, String accountName, String tableName, TableCreateUpdateParameters createUpdateTableParameters, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.tableName - Cosmos DB table name.createUpdateTableParameters - Parameters to create and update Cosmos DB Table.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<TableGetResultsInner> createUpdateTableAsync(String resourceGroupName, String accountName, String tableName, TableCreateUpdateParameters createUpdateTableParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.tableName - Cosmos DB table name.createUpdateTableParameters - Parameters to create and update Cosmos DB Table.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.TableGetResultsInner createUpdateTable(String resourceGroupName, String accountName, String tableName, TableCreateUpdateParameters createUpdateTableParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.tableName - Cosmos DB table name.createUpdateTableParameters - Parameters to create and update Cosmos DB Table.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.TableGetResultsInner createUpdateTable(String resourceGroupName, String accountName, String tableName, TableCreateUpdateParameters createUpdateTableParameters, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.tableName - Cosmos DB table name.createUpdateTableParameters - Parameters to create and update Cosmos DB Table.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteTableWithResponseAsync(String resourceGroupName, String accountName, String tableName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.tableName - Cosmos DB table name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteTableAsync(String resourceGroupName, String accountName, String tableName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.tableName - Cosmos DB table name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteTable(String resourceGroupName, String accountName, String tableName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.tableName - Cosmos DB table name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteTable(String resourceGroupName, String accountName, String tableName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.tableName - Cosmos DB table name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteTableAsync(String resourceGroupName, String accountName, String tableName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.tableName - Cosmos DB table name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteTable(String resourceGroupName, String accountName, String tableName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.tableName - Cosmos DB table name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteTable(String resourceGroupName, String accountName, String tableName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.tableName - Cosmos DB table name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ThroughputSettingsGetResultsInner>> getTableThroughputWithResponseAsync(String resourceGroupName, String accountName, String tableName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.tableName - Cosmos DB table name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ThroughputSettingsGetResultsInner> getTableThroughputAsync(String resourceGroupName, String accountName, String tableName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.tableName - Cosmos DB table name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ThroughputSettingsGetResultsInner getTableThroughput(String resourceGroupName, String accountName, String tableName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.tableName - Cosmos DB table name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ThroughputSettingsGetResultsInner> getTableThroughputWithResponse(String resourceGroupName, String accountName, String tableName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.tableName - Cosmos DB table name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> updateTableThroughputWithResponseAsync(String resourceGroupName, String accountName, String tableName, ThroughputSettingsUpdateParameters updateThroughputParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.tableName - Cosmos DB table name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> beginUpdateTableThroughputAsync(String resourceGroupName, String accountName, String tableName, ThroughputSettingsUpdateParameters updateThroughputParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.tableName - Cosmos DB table name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> beginUpdateTableThroughput(String resourceGroupName, String accountName, String tableName, ThroughputSettingsUpdateParameters updateThroughputParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.tableName - Cosmos DB table name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> beginUpdateTableThroughput(String resourceGroupName, String accountName, String tableName, ThroughputSettingsUpdateParameters updateThroughputParameters, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.tableName - Cosmos DB table name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ThroughputSettingsGetResultsInner> updateTableThroughputAsync(String resourceGroupName, String accountName, String tableName, ThroughputSettingsUpdateParameters updateThroughputParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.tableName - Cosmos DB table name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ThroughputSettingsGetResultsInner updateTableThroughput(String resourceGroupName, String accountName, String tableName, ThroughputSettingsUpdateParameters updateThroughputParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.tableName - Cosmos DB table name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ThroughputSettingsGetResultsInner updateTableThroughput(String resourceGroupName, String accountName, String tableName, ThroughputSettingsUpdateParameters updateThroughputParameters, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.tableName - Cosmos DB table name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.