次の方法で共有


GremlinResourcesOperationsExtensions.CreateUpdateGremlinGraphAsync メソッド

定義

Azure Cosmos DB Gremlin グラフを作成または更新する

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphGetResults> CreateUpdateGremlinGraphAsync (this Microsoft.Azure.Management.CosmosDB.IGremlinResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string graphName, Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphCreateUpdateParameters createUpdateGremlinGraphParameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateUpdateGremlinGraphAsync : Microsoft.Azure.Management.CosmosDB.IGremlinResourcesOperations * string * string * string * string * Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphCreateUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphGetResults>
<Extension()>
Public Function CreateUpdateGremlinGraphAsync (operations As IGremlinResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, graphName As String, createUpdateGremlinGraphParameters As GremlinGraphCreateUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GremlinGraphGetResults)

パラメーター

operations
IGremlinResourcesOperations

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

resourceGroupName
String

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

accountName
String

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

databaseName
String

Cosmos DB データベース名。

graphName
String

Cosmos DB グラフ名。

createUpdateGremlinGraphParameters
GremlinGraphCreateUpdateParameters

現在の Gremlin グラフに提供するパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象