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

GremlinResourcesOperationsExtensions.BeginCreateUpdateGremlinGraph 方法

定义

创建或更新 Azure Cosmos DB Gremlin 图

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

参数

operations
IGremlinResourcesOperations

此扩展方法的操作组。

resourceGroupName
String

资源组的名称。 此名称不区分大小写。

accountName
String

Cosmos DB 数据库帐户名称。

databaseName
String

Cosmos DB 数据库名称。

graphName
String

Cosmos DB 图形名称。

createUpdateGremlinGraphParameters
GremlinGraphCreateUpdateParameters

要为当前 Gremlin 图提供的参数。

返回

适用于