| Package | Description |
|---|---|
| com.azure.resourcemanager.cosmos.fluent |
Package containing the service clients for CosmosDBManagementClient.
|
| com.azure.resourcemanager.cosmos.models |
Package containing the data models for CosmosDBManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GremlinGraphGetResultsInner>,GremlinGraphGetResultsInner> |
GremlinResourcesClient.beginCreateUpdateGremlinGraph(String resourceGroupName,
String accountName,
String databaseName,
String graphName,
GremlinGraphCreateUpdateParameters createUpdateGremlinGraphParameters)
Create or update an Azure Cosmos DB Gremlin graph.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GremlinGraphGetResultsInner>,GremlinGraphGetResultsInner> |
GremlinResourcesClient.beginCreateUpdateGremlinGraph(String resourceGroupName,
String accountName,
String databaseName,
String graphName,
GremlinGraphCreateUpdateParameters createUpdateGremlinGraphParameters,
com.azure.core.util.Context context)
Create or update an Azure Cosmos DB Gremlin graph.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GremlinGraphGetResultsInner>,GremlinGraphGetResultsInner> |
GremlinResourcesClient.beginCreateUpdateGremlinGraphAsync(String resourceGroupName,
String accountName,
String databaseName,
String graphName,
GremlinGraphCreateUpdateParameters createUpdateGremlinGraphParameters)
Create or update an Azure Cosmos DB Gremlin graph.
|
GremlinGraphGetResultsInner |
GremlinResourcesClient.createUpdateGremlinGraph(String resourceGroupName,
String accountName,
String databaseName,
String graphName,
GremlinGraphCreateUpdateParameters createUpdateGremlinGraphParameters)
Create or update an Azure Cosmos DB Gremlin graph.
|
GremlinGraphGetResultsInner |
GremlinResourcesClient.createUpdateGremlinGraph(String resourceGroupName,
String accountName,
String databaseName,
String graphName,
GremlinGraphCreateUpdateParameters createUpdateGremlinGraphParameters,
com.azure.core.util.Context context)
Create or update an Azure Cosmos DB Gremlin graph.
|
Mono<GremlinGraphGetResultsInner> |
GremlinResourcesClient.createUpdateGremlinGraphAsync(String resourceGroupName,
String accountName,
String databaseName,
String graphName,
GremlinGraphCreateUpdateParameters createUpdateGremlinGraphParameters)
Create or update an Azure Cosmos DB Gremlin graph.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
GremlinResourcesClient.createUpdateGremlinGraphWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
String graphName,
GremlinGraphCreateUpdateParameters createUpdateGremlinGraphParameters)
Create or update an Azure Cosmos DB Gremlin graph.
|
| Modifier and Type | Method and Description |
|---|---|
GremlinGraphCreateUpdateParameters |
GremlinGraphCreateUpdateParameters.withOptions(Map<String,String> options)
Set the options property: A key-value pair of options to be applied for the request.
|
GremlinGraphCreateUpdateParameters |
GremlinGraphCreateUpdateParameters.withResource(GremlinGraphResource resource)
Set the resource property: The standard JSON format of a Gremlin graph.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.