次の方法で共有


GremlinResourcesOperationsExtensions.MigrateGremlinGraphToManualThroughput メソッド

定義

Azure Cosmos DB Gremlin グラフを自動スケーリングから手動スループットに移行する

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

パラメーター

operations
IGremlinResourcesOperations

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

resourceGroupName
String

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

accountName
String

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

databaseName
String

Cosmos DB データベース名。

graphName
String

Cosmos DB グラフ名。

戻り値

適用対象