次の方法で共有


GremlinResourcesOperationsExtensions.GetGremlinDatabaseThroughput メソッド

定義

指定された名前の既存の Azure Cosmos DB データベース アカウントの Gremlin データベースの 1 秒あたりの RU を取得します。

public static Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsGetResults GetGremlinDatabaseThroughput (this Microsoft.Azure.Management.CosmosDB.IGremlinResourcesOperations operations, string resourceGroupName, string accountName, string databaseName);
static member GetGremlinDatabaseThroughput : Microsoft.Azure.Management.CosmosDB.IGremlinResourcesOperations * string * string * string -> Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsGetResults
<Extension()>
Public Function GetGremlinDatabaseThroughput (operations As IGremlinResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String) As ThroughputSettingsGetResults

パラメーター

operations
IGremlinResourcesOperations

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

resourceGroupName
String

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

accountName
String

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

databaseName
String

Cosmos DB データベース名。

戻り値

適用対象