GremlinResourcesOperationsExtensions.UpdateGremlinGraphThroughput 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’un graphique Gremlin Azure Cosmos DB
public static Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsGetResults UpdateGremlinGraphThroughput (this Microsoft.Azure.Management.CosmosDB.IGremlinResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string graphName, Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsUpdateParameters updateThroughputParameters);
static member UpdateGremlinGraphThroughput : Microsoft.Azure.Management.CosmosDB.IGremlinResourcesOperations * string * string * string * string * Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsUpdateParameters -> Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsGetResults
<Extension()>
Public Function UpdateGremlinGraphThroughput (operations As IGremlinResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, graphName As String, updateThroughputParameters As ThroughputSettingsUpdateParameters) As ThroughputSettingsGetResults
Paramètres
- operations
- IGremlinResourcesOperations
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.
- databaseName
- String
Nom de la base de données Cosmos DB.
- graphName
- String
Nom du graphique Cosmos DB.
- updateThroughputParameters
- ThroughputSettingsUpdateParameters
Unités de requête par seconde des paramètres à fournir pour le graphique Gremlin actuel.
Retours
S’applique à
Azure SDK for .NET