public interface GremlinResourcesClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GremlinDatabaseGetResultsInner>,GremlinDatabaseGetResultsInner> |
beginCreateUpdateGremlinDatabase(String resourceGroupName,
String accountName,
String databaseName,
GremlinDatabaseCreateUpdateParameters createUpdateGremlinDatabaseParameters)
Create or update an Azure Cosmos DB Gremlin database.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GremlinDatabaseGetResultsInner>,GremlinDatabaseGetResultsInner> |
beginCreateUpdateGremlinDatabase(String resourceGroupName,
String accountName,
String databaseName,
GremlinDatabaseCreateUpdateParameters createUpdateGremlinDatabaseParameters,
com.azure.core.util.Context context)
Create or update an Azure Cosmos DB Gremlin database.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GremlinDatabaseGetResultsInner>,GremlinDatabaseGetResultsInner> |
beginCreateUpdateGremlinDatabaseAsync(String resourceGroupName,
String accountName,
String databaseName,
GremlinDatabaseCreateUpdateParameters createUpdateGremlinDatabaseParameters)
Create or update an Azure Cosmos DB Gremlin database.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GremlinGraphGetResultsInner>,GremlinGraphGetResultsInner> |
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> |
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> |
beginCreateUpdateGremlinGraphAsync(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<Void>,Void> |
beginDeleteGremlinDatabase(String resourceGroupName,
String accountName,
String databaseName)
Deletes an existing Azure Cosmos DB Gremlin database.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteGremlinDatabase(String resourceGroupName,
String accountName,
String databaseName,
com.azure.core.util.Context context)
Deletes an existing Azure Cosmos DB Gremlin database.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteGremlinDatabaseAsync(String resourceGroupName,
String accountName,
String databaseName)
Deletes an existing Azure Cosmos DB Gremlin database.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteGremlinGraph(String resourceGroupName,
String accountName,
String databaseName,
String graphName)
Deletes an existing Azure Cosmos DB Gremlin graph.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteGremlinGraph(String resourceGroupName,
String accountName,
String databaseName,
String graphName,
com.azure.core.util.Context context)
Deletes an existing Azure Cosmos DB Gremlin graph.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteGremlinGraphAsync(String resourceGroupName,
String accountName,
String databaseName,
String graphName)
Deletes an existing Azure Cosmos DB Gremlin graph.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> |
beginUpdateGremlinDatabaseThroughput(String resourceGroupName,
String accountName,
String databaseName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of an Azure Cosmos DB Gremlin database.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> |
beginUpdateGremlinDatabaseThroughput(String resourceGroupName,
String accountName,
String databaseName,
ThroughputSettingsUpdateParameters updateThroughputParameters,
com.azure.core.util.Context context)
Update RUs per second of an Azure Cosmos DB Gremlin database.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> |
beginUpdateGremlinDatabaseThroughputAsync(String resourceGroupName,
String accountName,
String databaseName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of an Azure Cosmos DB Gremlin database.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> |
beginUpdateGremlinGraphThroughput(String resourceGroupName,
String accountName,
String databaseName,
String graphName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of an Azure Cosmos DB Gremlin graph.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> |
beginUpdateGremlinGraphThroughput(String resourceGroupName,
String accountName,
String databaseName,
String graphName,
ThroughputSettingsUpdateParameters updateThroughputParameters,
com.azure.core.util.Context context)
Update RUs per second of an Azure Cosmos DB Gremlin graph.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> |
beginUpdateGremlinGraphThroughputAsync(String resourceGroupName,
String accountName,
String databaseName,
String graphName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of an Azure Cosmos DB Gremlin graph.
|
GremlinDatabaseGetResultsInner |
createUpdateGremlinDatabase(String resourceGroupName,
String accountName,
String databaseName,
GremlinDatabaseCreateUpdateParameters createUpdateGremlinDatabaseParameters)
Create or update an Azure Cosmos DB Gremlin database.
|
GremlinDatabaseGetResultsInner |
createUpdateGremlinDatabase(String resourceGroupName,
String accountName,
String databaseName,
GremlinDatabaseCreateUpdateParameters createUpdateGremlinDatabaseParameters,
com.azure.core.util.Context context)
Create or update an Azure Cosmos DB Gremlin database.
|
Mono<GremlinDatabaseGetResultsInner> |
createUpdateGremlinDatabaseAsync(String resourceGroupName,
String accountName,
String databaseName,
GremlinDatabaseCreateUpdateParameters createUpdateGremlinDatabaseParameters)
Create or update an Azure Cosmos DB Gremlin database.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createUpdateGremlinDatabaseWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
GremlinDatabaseCreateUpdateParameters createUpdateGremlinDatabaseParameters)
Create or update an Azure Cosmos DB Gremlin database.
|
GremlinGraphGetResultsInner |
createUpdateGremlinGraph(String resourceGroupName,
String accountName,
String databaseName,
String graphName,
GremlinGraphCreateUpdateParameters createUpdateGremlinGraphParameters)
Create or update an Azure Cosmos DB Gremlin graph.
|
GremlinGraphGetResultsInner |
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> |
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>>> |
createUpdateGremlinGraphWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
String graphName,
GremlinGraphCreateUpdateParameters createUpdateGremlinGraphParameters)
Create or update an Azure Cosmos DB Gremlin graph.
|
void |
deleteGremlinDatabase(String resourceGroupName,
String accountName,
String databaseName)
Deletes an existing Azure Cosmos DB Gremlin database.
|
void |
deleteGremlinDatabase(String resourceGroupName,
String accountName,
String databaseName,
com.azure.core.util.Context context)
Deletes an existing Azure Cosmos DB Gremlin database.
|
Mono<Void> |
deleteGremlinDatabaseAsync(String resourceGroupName,
String accountName,
String databaseName)
Deletes an existing Azure Cosmos DB Gremlin database.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteGremlinDatabaseWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName)
Deletes an existing Azure Cosmos DB Gremlin database.
|
void |
deleteGremlinGraph(String resourceGroupName,
String accountName,
String databaseName,
String graphName)
Deletes an existing Azure Cosmos DB Gremlin graph.
|
void |
deleteGremlinGraph(String resourceGroupName,
String accountName,
String databaseName,
String graphName,
com.azure.core.util.Context context)
Deletes an existing Azure Cosmos DB Gremlin graph.
|
Mono<Void> |
deleteGremlinGraphAsync(String resourceGroupName,
String accountName,
String databaseName,
String graphName)
Deletes an existing Azure Cosmos DB Gremlin graph.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteGremlinGraphWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
String graphName)
Deletes an existing Azure Cosmos DB Gremlin graph.
|
GremlinDatabaseGetResultsInner |
getGremlinDatabase(String resourceGroupName,
String accountName,
String databaseName)
Gets the Gremlin databases under an existing Azure Cosmos DB database account with the provided name.
|
Mono<GremlinDatabaseGetResultsInner> |
getGremlinDatabaseAsync(String resourceGroupName,
String accountName,
String databaseName)
Gets the Gremlin databases under an existing Azure Cosmos DB database account with the provided name.
|
ThroughputSettingsGetResultsInner |
getGremlinDatabaseThroughput(String resourceGroupName,
String accountName,
String databaseName)
Gets the RUs per second of the Gremlin database under an existing Azure Cosmos DB database account with the
provided name.
|
Mono<ThroughputSettingsGetResultsInner> |
getGremlinDatabaseThroughputAsync(String resourceGroupName,
String accountName,
String databaseName)
Gets the RUs per second of the Gremlin database under an existing Azure Cosmos DB database account with the
provided name.
|
com.azure.core.http.rest.Response<ThroughputSettingsGetResultsInner> |
getGremlinDatabaseThroughputWithResponse(String resourceGroupName,
String accountName,
String databaseName,
com.azure.core.util.Context context)
Gets the RUs per second of the Gremlin database under an existing Azure Cosmos DB database account with the
provided name.
|
Mono<com.azure.core.http.rest.Response<ThroughputSettingsGetResultsInner>> |
getGremlinDatabaseThroughputWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName)
Gets the RUs per second of the Gremlin database under an existing Azure Cosmos DB database account with the
provided name.
|
com.azure.core.http.rest.Response<GremlinDatabaseGetResultsInner> |
getGremlinDatabaseWithResponse(String resourceGroupName,
String accountName,
String databaseName,
com.azure.core.util.Context context)
Gets the Gremlin databases under an existing Azure Cosmos DB database account with the provided name.
|
Mono<com.azure.core.http.rest.Response<GremlinDatabaseGetResultsInner>> |
getGremlinDatabaseWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName)
Gets the Gremlin databases under an existing Azure Cosmos DB database account with the provided name.
|
GremlinGraphGetResultsInner |
getGremlinGraph(String resourceGroupName,
String accountName,
String databaseName,
String graphName)
Gets the Gremlin graph under an existing Azure Cosmos DB database account.
|
Mono<GremlinGraphGetResultsInner> |
getGremlinGraphAsync(String resourceGroupName,
String accountName,
String databaseName,
String graphName)
Gets the Gremlin graph under an existing Azure Cosmos DB database account.
|
ThroughputSettingsGetResultsInner |
getGremlinGraphThroughput(String resourceGroupName,
String accountName,
String databaseName,
String graphName)
Gets the Gremlin graph throughput under an existing Azure Cosmos DB database account with the provided name.
|
Mono<ThroughputSettingsGetResultsInner> |
getGremlinGraphThroughputAsync(String resourceGroupName,
String accountName,
String databaseName,
String graphName)
Gets the Gremlin graph throughput under an existing Azure Cosmos DB database account with the provided name.
|
com.azure.core.http.rest.Response<ThroughputSettingsGetResultsInner> |
getGremlinGraphThroughputWithResponse(String resourceGroupName,
String accountName,
String databaseName,
String graphName,
com.azure.core.util.Context context)
Gets the Gremlin graph throughput under an existing Azure Cosmos DB database account with the provided name.
|
Mono<com.azure.core.http.rest.Response<ThroughputSettingsGetResultsInner>> |
getGremlinGraphThroughputWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
String graphName)
Gets the Gremlin graph throughput under an existing Azure Cosmos DB database account with the provided name.
|
com.azure.core.http.rest.Response<GremlinGraphGetResultsInner> |
getGremlinGraphWithResponse(String resourceGroupName,
String accountName,
String databaseName,
String graphName,
com.azure.core.util.Context context)
Gets the Gremlin graph under an existing Azure Cosmos DB database account.
|
Mono<com.azure.core.http.rest.Response<GremlinGraphGetResultsInner>> |
getGremlinGraphWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
String graphName)
Gets the Gremlin graph under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.PagedIterable<GremlinDatabaseGetResultsInner> |
listGremlinDatabases(String resourceGroupName,
String accountName)
Lists the Gremlin databases under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.PagedIterable<GremlinDatabaseGetResultsInner> |
listGremlinDatabases(String resourceGroupName,
String accountName,
com.azure.core.util.Context context)
Lists the Gremlin databases under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.PagedFlux<GremlinDatabaseGetResultsInner> |
listGremlinDatabasesAsync(String resourceGroupName,
String accountName)
Lists the Gremlin databases under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.PagedIterable<GremlinGraphGetResultsInner> |
listGremlinGraphs(String resourceGroupName,
String accountName,
String databaseName)
Lists the Gremlin graph under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.PagedIterable<GremlinGraphGetResultsInner> |
listGremlinGraphs(String resourceGroupName,
String accountName,
String databaseName,
com.azure.core.util.Context context)
Lists the Gremlin graph under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.PagedFlux<GremlinGraphGetResultsInner> |
listGremlinGraphsAsync(String resourceGroupName,
String accountName,
String databaseName)
Lists the Gremlin graph under an existing Azure Cosmos DB database account.
|
ThroughputSettingsGetResultsInner |
updateGremlinDatabaseThroughput(String resourceGroupName,
String accountName,
String databaseName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of an Azure Cosmos DB Gremlin database.
|
ThroughputSettingsGetResultsInner |
updateGremlinDatabaseThroughput(String resourceGroupName,
String accountName,
String databaseName,
ThroughputSettingsUpdateParameters updateThroughputParameters,
com.azure.core.util.Context context)
Update RUs per second of an Azure Cosmos DB Gremlin database.
|
Mono<ThroughputSettingsGetResultsInner> |
updateGremlinDatabaseThroughputAsync(String resourceGroupName,
String accountName,
String databaseName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of an Azure Cosmos DB Gremlin database.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateGremlinDatabaseThroughputWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of an Azure Cosmos DB Gremlin database.
|
ThroughputSettingsGetResultsInner |
updateGremlinGraphThroughput(String resourceGroupName,
String accountName,
String databaseName,
String graphName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of an Azure Cosmos DB Gremlin graph.
|
ThroughputSettingsGetResultsInner |
updateGremlinGraphThroughput(String resourceGroupName,
String accountName,
String databaseName,
String graphName,
ThroughputSettingsUpdateParameters updateThroughputParameters,
com.azure.core.util.Context context)
Update RUs per second of an Azure Cosmos DB Gremlin graph.
|
Mono<ThroughputSettingsGetResultsInner> |
updateGremlinGraphThroughputAsync(String resourceGroupName,
String accountName,
String databaseName,
String graphName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of an Azure Cosmos DB Gremlin graph.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateGremlinGraphThroughputWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
String graphName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of an Azure Cosmos DB Gremlin graph.
|
com.azure.core.http.rest.PagedFlux<GremlinDatabaseGetResultsInner> listGremlinDatabasesAsync(String resourceGroupName, String accountName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<GremlinDatabaseGetResultsInner> listGremlinDatabases(String resourceGroupName, String accountName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<GremlinDatabaseGetResultsInner> listGremlinDatabases(String resourceGroupName, String accountName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<GremlinDatabaseGetResultsInner>> getGremlinDatabaseWithResponseAsync(String resourceGroupName, String accountName, String databaseName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<GremlinDatabaseGetResultsInner> getGremlinDatabaseAsync(String resourceGroupName, String accountName, String databaseName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.GremlinDatabaseGetResultsInner getGremlinDatabase(String resourceGroupName, String accountName, String databaseName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<GremlinDatabaseGetResultsInner> getGremlinDatabaseWithResponse(String resourceGroupName, String accountName, String databaseName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createUpdateGremlinDatabaseWithResponseAsync(String resourceGroupName, String accountName, String databaseName, GremlinDatabaseCreateUpdateParameters createUpdateGremlinDatabaseParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.createUpdateGremlinDatabaseParameters - Parameters to create and update Cosmos DB Gremlin database.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GremlinDatabaseGetResultsInner>,GremlinDatabaseGetResultsInner> beginCreateUpdateGremlinDatabaseAsync(String resourceGroupName, String accountName, String databaseName, GremlinDatabaseCreateUpdateParameters createUpdateGremlinDatabaseParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.createUpdateGremlinDatabaseParameters - Parameters to create and update Cosmos DB Gremlin database.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GremlinDatabaseGetResultsInner>,GremlinDatabaseGetResultsInner> beginCreateUpdateGremlinDatabase(String resourceGroupName, String accountName, String databaseName, GremlinDatabaseCreateUpdateParameters createUpdateGremlinDatabaseParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.createUpdateGremlinDatabaseParameters - Parameters to create and update Cosmos DB Gremlin database.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GremlinDatabaseGetResultsInner>,GremlinDatabaseGetResultsInner> beginCreateUpdateGremlinDatabase(String resourceGroupName, String accountName, String databaseName, GremlinDatabaseCreateUpdateParameters createUpdateGremlinDatabaseParameters, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.createUpdateGremlinDatabaseParameters - Parameters to create and update Cosmos DB Gremlin database.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<GremlinDatabaseGetResultsInner> createUpdateGremlinDatabaseAsync(String resourceGroupName, String accountName, String databaseName, GremlinDatabaseCreateUpdateParameters createUpdateGremlinDatabaseParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.createUpdateGremlinDatabaseParameters - Parameters to create and update Cosmos DB Gremlin database.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.GremlinDatabaseGetResultsInner createUpdateGremlinDatabase(String resourceGroupName, String accountName, String databaseName, GremlinDatabaseCreateUpdateParameters createUpdateGremlinDatabaseParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.createUpdateGremlinDatabaseParameters - Parameters to create and update Cosmos DB Gremlin database.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.GremlinDatabaseGetResultsInner createUpdateGremlinDatabase(String resourceGroupName, String accountName, String databaseName, GremlinDatabaseCreateUpdateParameters createUpdateGremlinDatabaseParameters, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.createUpdateGremlinDatabaseParameters - Parameters to create and update Cosmos DB Gremlin database.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteGremlinDatabaseWithResponseAsync(String resourceGroupName, String accountName, String databaseName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteGremlinDatabaseAsync(String resourceGroupName, String accountName, String databaseName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteGremlinDatabase(String resourceGroupName, String accountName, String databaseName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteGremlinDatabase(String resourceGroupName, String accountName, String databaseName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteGremlinDatabaseAsync(String resourceGroupName, String accountName, String databaseName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteGremlinDatabase(String resourceGroupName, String accountName, String databaseName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteGremlinDatabase(String resourceGroupName, String accountName, String databaseName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ThroughputSettingsGetResultsInner>> getGremlinDatabaseThroughputWithResponseAsync(String resourceGroupName, String accountName, String databaseName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ThroughputSettingsGetResultsInner> getGremlinDatabaseThroughputAsync(String resourceGroupName, String accountName, String databaseName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ThroughputSettingsGetResultsInner getGremlinDatabaseThroughput(String resourceGroupName, String accountName, String databaseName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ThroughputSettingsGetResultsInner> getGremlinDatabaseThroughputWithResponse(String resourceGroupName, String accountName, String databaseName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> updateGremlinDatabaseThroughputWithResponseAsync(String resourceGroupName, String accountName, String databaseName, ThroughputSettingsUpdateParameters updateThroughputParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> beginUpdateGremlinDatabaseThroughputAsync(String resourceGroupName, String accountName, String databaseName, ThroughputSettingsUpdateParameters updateThroughputParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> beginUpdateGremlinDatabaseThroughput(String resourceGroupName, String accountName, String databaseName, ThroughputSettingsUpdateParameters updateThroughputParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> beginUpdateGremlinDatabaseThroughput(String resourceGroupName, String accountName, String databaseName, ThroughputSettingsUpdateParameters updateThroughputParameters, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ThroughputSettingsGetResultsInner> updateGremlinDatabaseThroughputAsync(String resourceGroupName, String accountName, String databaseName, ThroughputSettingsUpdateParameters updateThroughputParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ThroughputSettingsGetResultsInner updateGremlinDatabaseThroughput(String resourceGroupName, String accountName, String databaseName, ThroughputSettingsUpdateParameters updateThroughputParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ThroughputSettingsGetResultsInner updateGremlinDatabaseThroughput(String resourceGroupName, String accountName, String databaseName, ThroughputSettingsUpdateParameters updateThroughputParameters, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<GremlinGraphGetResultsInner> listGremlinGraphsAsync(String resourceGroupName, String accountName, String databaseName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<GremlinGraphGetResultsInner> listGremlinGraphs(String resourceGroupName, String accountName, String databaseName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<GremlinGraphGetResultsInner> listGremlinGraphs(String resourceGroupName, String accountName, String databaseName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<GremlinGraphGetResultsInner>> getGremlinGraphWithResponseAsync(String resourceGroupName, String accountName, String databaseName, String graphName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.graphName - Cosmos DB graph name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<GremlinGraphGetResultsInner> getGremlinGraphAsync(String resourceGroupName, String accountName, String databaseName, String graphName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.graphName - Cosmos DB graph name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.GremlinGraphGetResultsInner getGremlinGraph(String resourceGroupName, String accountName, String databaseName, String graphName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.graphName - Cosmos DB graph name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<GremlinGraphGetResultsInner> getGremlinGraphWithResponse(String resourceGroupName, String accountName, String databaseName, String graphName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.graphName - Cosmos DB graph name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createUpdateGremlinGraphWithResponseAsync(String resourceGroupName, String accountName, String databaseName, String graphName, GremlinGraphCreateUpdateParameters createUpdateGremlinGraphParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.graphName - Cosmos DB graph name.createUpdateGremlinGraphParameters - Parameters to create and update Cosmos DB Gremlin graph.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GremlinGraphGetResultsInner>,GremlinGraphGetResultsInner> beginCreateUpdateGremlinGraphAsync(String resourceGroupName, String accountName, String databaseName, String graphName, GremlinGraphCreateUpdateParameters createUpdateGremlinGraphParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.graphName - Cosmos DB graph name.createUpdateGremlinGraphParameters - Parameters to create and update Cosmos DB Gremlin graph.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GremlinGraphGetResultsInner>,GremlinGraphGetResultsInner> beginCreateUpdateGremlinGraph(String resourceGroupName, String accountName, String databaseName, String graphName, GremlinGraphCreateUpdateParameters createUpdateGremlinGraphParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.graphName - Cosmos DB graph name.createUpdateGremlinGraphParameters - Parameters to create and update Cosmos DB Gremlin graph.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GremlinGraphGetResultsInner>,GremlinGraphGetResultsInner> beginCreateUpdateGremlinGraph(String resourceGroupName, String accountName, String databaseName, String graphName, GremlinGraphCreateUpdateParameters createUpdateGremlinGraphParameters, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.graphName - Cosmos DB graph name.createUpdateGremlinGraphParameters - Parameters to create and update Cosmos DB Gremlin graph.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<GremlinGraphGetResultsInner> createUpdateGremlinGraphAsync(String resourceGroupName, String accountName, String databaseName, String graphName, GremlinGraphCreateUpdateParameters createUpdateGremlinGraphParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.graphName - Cosmos DB graph name.createUpdateGremlinGraphParameters - Parameters to create and update Cosmos DB Gremlin graph.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.GremlinGraphGetResultsInner createUpdateGremlinGraph(String resourceGroupName, String accountName, String databaseName, String graphName, GremlinGraphCreateUpdateParameters createUpdateGremlinGraphParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.graphName - Cosmos DB graph name.createUpdateGremlinGraphParameters - Parameters to create and update Cosmos DB Gremlin graph.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.GremlinGraphGetResultsInner createUpdateGremlinGraph(String resourceGroupName, String accountName, String databaseName, String graphName, GremlinGraphCreateUpdateParameters createUpdateGremlinGraphParameters, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.graphName - Cosmos DB graph name.createUpdateGremlinGraphParameters - Parameters to create and update Cosmos DB Gremlin graph.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteGremlinGraphWithResponseAsync(String resourceGroupName, String accountName, String databaseName, String graphName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.graphName - Cosmos DB graph name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteGremlinGraphAsync(String resourceGroupName, String accountName, String databaseName, String graphName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.graphName - Cosmos DB graph name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteGremlinGraph(String resourceGroupName, String accountName, String databaseName, String graphName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.graphName - Cosmos DB graph name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteGremlinGraph(String resourceGroupName, String accountName, String databaseName, String graphName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.graphName - Cosmos DB graph name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteGremlinGraphAsync(String resourceGroupName, String accountName, String databaseName, String graphName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.graphName - Cosmos DB graph name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteGremlinGraph(String resourceGroupName, String accountName, String databaseName, String graphName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.graphName - Cosmos DB graph name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteGremlinGraph(String resourceGroupName, String accountName, String databaseName, String graphName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.graphName - Cosmos DB graph name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ThroughputSettingsGetResultsInner>> getGremlinGraphThroughputWithResponseAsync(String resourceGroupName, String accountName, String databaseName, String graphName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.graphName - Cosmos DB graph name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ThroughputSettingsGetResultsInner> getGremlinGraphThroughputAsync(String resourceGroupName, String accountName, String databaseName, String graphName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.graphName - Cosmos DB graph name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ThroughputSettingsGetResultsInner getGremlinGraphThroughput(String resourceGroupName, String accountName, String databaseName, String graphName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.graphName - Cosmos DB graph name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ThroughputSettingsGetResultsInner> getGremlinGraphThroughputWithResponse(String resourceGroupName, String accountName, String databaseName, String graphName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.graphName - Cosmos DB graph name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> updateGremlinGraphThroughputWithResponseAsync(String resourceGroupName, String accountName, String databaseName, String graphName, ThroughputSettingsUpdateParameters updateThroughputParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.graphName - Cosmos DB graph name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> beginUpdateGremlinGraphThroughputAsync(String resourceGroupName, String accountName, String databaseName, String graphName, ThroughputSettingsUpdateParameters updateThroughputParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.graphName - Cosmos DB graph name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> beginUpdateGremlinGraphThroughput(String resourceGroupName, String accountName, String databaseName, String graphName, ThroughputSettingsUpdateParameters updateThroughputParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.graphName - Cosmos DB graph name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> beginUpdateGremlinGraphThroughput(String resourceGroupName, String accountName, String databaseName, String graphName, ThroughputSettingsUpdateParameters updateThroughputParameters, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.graphName - Cosmos DB graph name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ThroughputSettingsGetResultsInner> updateGremlinGraphThroughputAsync(String resourceGroupName, String accountName, String databaseName, String graphName, ThroughputSettingsUpdateParameters updateThroughputParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.graphName - Cosmos DB graph name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ThroughputSettingsGetResultsInner updateGremlinGraphThroughput(String resourceGroupName, String accountName, String databaseName, String graphName, ThroughputSettingsUpdateParameters updateThroughputParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.graphName - Cosmos DB graph name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ThroughputSettingsGetResultsInner updateGremlinGraphThroughput(String resourceGroupName, String accountName, String databaseName, String graphName, ThroughputSettingsUpdateParameters updateThroughputParameters, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.graphName - Cosmos DB graph name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.