次の方法で共有


GremlinResourcesOperationsExtensions.BeginUpdateGremlinGraphThroughputAsync メソッド

定義

Azure Cosmos DB Gremlin グラフの 1 秒あたりの RU の更新

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsGetResults> BeginUpdateGremlinGraphThroughputAsync (this Microsoft.Azure.Management.CosmosDB.IGremlinResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string graphName, Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsUpdateParameters updateThroughputParameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateGremlinGraphThroughputAsync : Microsoft.Azure.Management.CosmosDB.IGremlinResourcesOperations * string * string * string * string * Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsGetResults>
<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 ThroughputSettingsGetResults)

パラメーター

operations
IGremlinResourcesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

accountName
String

Cosmos DB データベース アカウント名。

databaseName
String

Cosmos DB データベース名。

graphName
String

Cosmos DB グラフ名。

updateThroughputParameters
ThroughputSettingsUpdateParameters

現在の Gremlin グラフに提供するパラメーターの 1 秒あたりの RU。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象