共用方式為


TableResourcesOperationsExtensions.UpdateTableThroughput Method

Definition

Update RUs per second of an Azure Cosmos DB Table

public static Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsGetResults UpdateTableThroughput (this Microsoft.Azure.Management.CosmosDB.ITableResourcesOperations operations, string resourceGroupName, string accountName, string tableName, Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsUpdateParameters updateThroughputParameters);
static member UpdateTableThroughput : Microsoft.Azure.Management.CosmosDB.ITableResourcesOperations * string * string * string * Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsUpdateParameters -> Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsGetResults
<Extension()>
Public Function UpdateTableThroughput (operations As ITableResourcesOperations, resourceGroupName As String, accountName As String, tableName As String, updateThroughputParameters As ThroughputSettingsUpdateParameters) As ThroughputSettingsGetResults

Parameters

operations
ITableResourcesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

accountName
String

Cosmos DB database account name.

tableName
String

Cosmos DB table name.

updateThroughputParameters
ThroughputSettingsUpdateParameters

The parameters to provide for the RUs per second of the current Table.

Returns

Applies to