GremlinGraphThroughputSettingResource.CreateOrUpdateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Update RUs per second of an Azure Cosmos DB Gremlin graph
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/graphs/{graphName}/throughputSettings/default
- Operation Id: GremlinResources_UpdateGremlinGraphThroughput
- Default Api Version: 2024-05-15-preview
- Resource: GremlinGraphThroughputSettingResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CosmosDB.GremlinGraphThroughputSettingResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.CosmosDB.Models.ThroughputSettingsUpdateData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * Azure.ResourceManager.CosmosDB.Models.ThroughputSettingsUpdateData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CosmosDB.GremlinGraphThroughputSettingResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * Azure.ResourceManager.CosmosDB.Models.ThroughputSettingsUpdateData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CosmosDB.GremlinGraphThroughputSettingResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, data As ThroughputSettingsUpdateData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of GremlinGraphThroughputSettingResource))
Parameters
- waitUntil
- WaitUntil
Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.
The RUs per second of the parameters to provide for the current Gremlin graph.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
data
is null.
Applies to
Azure SDK for .NET