TableResourcesOperationsExtensions.UpdateTableThroughput Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Mettre à jour les unités de requête par seconde d’une table Azure Cosmos DB
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
Paramètres
- operations
- ITableResourcesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- accountName
- String
Nom du compte de base de données Cosmos DB.
- tableName
- String
Nom de la table Cosmos DB.
- updateThroughputParameters
- ThroughputSettingsUpdateParameters
Paramètres à fournir pour les unités de requête par seconde de la table actuelle.
Retours
S’applique à
Azure SDK for .NET