Share via


GremlinResourcesOperationsExtensions.BeginUpdateGremlinGraphThroughputAsync Method

Definition

Update RUs per second of an Azure Cosmos DB Gremlin graph

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner> BeginUpdateGremlinGraphThroughputAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.IGremlinResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string graphName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters updateThroughputParameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateGremlinGraphThroughputAsync : Microsoft.Azure.Management.CosmosDB.Fluent.IGremlinResourcesOperations * string * string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner>
<Extension()>
Public Function BeginUpdateGremlinGraphThroughputAsync (operations As IGremlinResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, graphName As String, updateThroughputParameters As ThroughputSettingsUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ThroughputSettingsGetResultsInner)

Parameters

operations
IGremlinResourcesOperations

The operations group for this extension method.

resourceGroupName
String

Name of an Azure resource group.

accountName
String

Cosmos DB database account name.

databaseName
String

Cosmos DB database name.

graphName
String

Cosmos DB graph name.

updateThroughputParameters
ThroughputSettingsUpdateParameters

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

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to