你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GremlinResourcesOperationsExtensions.MigrateGremlinGraphToAutoscale 方法

定义

将 Azure Cosmos DB Gremlin 图从手动吞吐量迁移到自动缩放

public static Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsGetResults MigrateGremlinGraphToAutoscale (this Microsoft.Azure.Management.CosmosDB.IGremlinResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string graphName);
static member MigrateGremlinGraphToAutoscale : Microsoft.Azure.Management.CosmosDB.IGremlinResourcesOperations * string * string * string * string -> Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsGetResults
<Extension()>
Public Function MigrateGremlinGraphToAutoscale (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 图形名称。

返回

适用于