public interface MongoDBResourcesClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MongoDBCollectionGetResultsInner>,MongoDBCollectionGetResultsInner> |
beginCreateUpdateMongoDBCollection(String resourceGroupName,
String accountName,
String databaseName,
String collectionName,
MongoDBCollectionCreateUpdateParameters createUpdateMongoDBCollectionParameters)
Create or update an Azure Cosmos DB MongoDB Collection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MongoDBCollectionGetResultsInner>,MongoDBCollectionGetResultsInner> |
beginCreateUpdateMongoDBCollection(String resourceGroupName,
String accountName,
String databaseName,
String collectionName,
MongoDBCollectionCreateUpdateParameters createUpdateMongoDBCollectionParameters,
com.azure.core.util.Context context)
Create or update an Azure Cosmos DB MongoDB Collection.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<MongoDBCollectionGetResultsInner>,MongoDBCollectionGetResultsInner> |
beginCreateUpdateMongoDBCollectionAsync(String resourceGroupName,
String accountName,
String databaseName,
String collectionName,
MongoDBCollectionCreateUpdateParameters createUpdateMongoDBCollectionParameters)
Create or update an Azure Cosmos DB MongoDB Collection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MongoDBDatabaseGetResultsInner>,MongoDBDatabaseGetResultsInner> |
beginCreateUpdateMongoDBDatabase(String resourceGroupName,
String accountName,
String databaseName,
MongoDBDatabaseCreateUpdateParameters createUpdateMongoDBDatabaseParameters)
Create or updates Azure Cosmos DB MongoDB database.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MongoDBDatabaseGetResultsInner>,MongoDBDatabaseGetResultsInner> |
beginCreateUpdateMongoDBDatabase(String resourceGroupName,
String accountName,
String databaseName,
MongoDBDatabaseCreateUpdateParameters createUpdateMongoDBDatabaseParameters,
com.azure.core.util.Context context)
Create or updates Azure Cosmos DB MongoDB database.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<MongoDBDatabaseGetResultsInner>,MongoDBDatabaseGetResultsInner> |
beginCreateUpdateMongoDBDatabaseAsync(String resourceGroupName,
String accountName,
String databaseName,
MongoDBDatabaseCreateUpdateParameters createUpdateMongoDBDatabaseParameters)
Create or updates Azure Cosmos DB MongoDB database.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteMongoDBCollection(String resourceGroupName,
String accountName,
String databaseName,
String collectionName)
Deletes an existing Azure Cosmos DB MongoDB Collection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteMongoDBCollection(String resourceGroupName,
String accountName,
String databaseName,
String collectionName,
com.azure.core.util.Context context)
Deletes an existing Azure Cosmos DB MongoDB Collection.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteMongoDBCollectionAsync(String resourceGroupName,
String accountName,
String databaseName,
String collectionName)
Deletes an existing Azure Cosmos DB MongoDB Collection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteMongoDBDatabase(String resourceGroupName,
String accountName,
String databaseName)
Deletes an existing Azure Cosmos DB MongoDB database.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteMongoDBDatabase(String resourceGroupName,
String accountName,
String databaseName,
com.azure.core.util.Context context)
Deletes an existing Azure Cosmos DB MongoDB database.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteMongoDBDatabaseAsync(String resourceGroupName,
String accountName,
String databaseName)
Deletes an existing Azure Cosmos DB MongoDB database.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> |
beginUpdateMongoDBCollectionThroughput(String resourceGroupName,
String accountName,
String databaseName,
String collectionName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update the RUs per second of an Azure Cosmos DB MongoDB collection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> |
beginUpdateMongoDBCollectionThroughput(String resourceGroupName,
String accountName,
String databaseName,
String collectionName,
ThroughputSettingsUpdateParameters updateThroughputParameters,
com.azure.core.util.Context context)
Update the RUs per second of an Azure Cosmos DB MongoDB collection.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> |
beginUpdateMongoDBCollectionThroughputAsync(String resourceGroupName,
String accountName,
String databaseName,
String collectionName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update the RUs per second of an Azure Cosmos DB MongoDB collection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> |
beginUpdateMongoDBDatabaseThroughput(String resourceGroupName,
String accountName,
String databaseName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of the an Azure Cosmos DB MongoDB database.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> |
beginUpdateMongoDBDatabaseThroughput(String resourceGroupName,
String accountName,
String databaseName,
ThroughputSettingsUpdateParameters updateThroughputParameters,
com.azure.core.util.Context context)
Update RUs per second of the an Azure Cosmos DB MongoDB database.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> |
beginUpdateMongoDBDatabaseThroughputAsync(String resourceGroupName,
String accountName,
String databaseName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of the an Azure Cosmos DB MongoDB database.
|
MongoDBCollectionGetResultsInner |
createUpdateMongoDBCollection(String resourceGroupName,
String accountName,
String databaseName,
String collectionName,
MongoDBCollectionCreateUpdateParameters createUpdateMongoDBCollectionParameters)
Create or update an Azure Cosmos DB MongoDB Collection.
|
MongoDBCollectionGetResultsInner |
createUpdateMongoDBCollection(String resourceGroupName,
String accountName,
String databaseName,
String collectionName,
MongoDBCollectionCreateUpdateParameters createUpdateMongoDBCollectionParameters,
com.azure.core.util.Context context)
Create or update an Azure Cosmos DB MongoDB Collection.
|
Mono<MongoDBCollectionGetResultsInner> |
createUpdateMongoDBCollectionAsync(String resourceGroupName,
String accountName,
String databaseName,
String collectionName,
MongoDBCollectionCreateUpdateParameters createUpdateMongoDBCollectionParameters)
Create or update an Azure Cosmos DB MongoDB Collection.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createUpdateMongoDBCollectionWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
String collectionName,
MongoDBCollectionCreateUpdateParameters createUpdateMongoDBCollectionParameters)
Create or update an Azure Cosmos DB MongoDB Collection.
|
MongoDBDatabaseGetResultsInner |
createUpdateMongoDBDatabase(String resourceGroupName,
String accountName,
String databaseName,
MongoDBDatabaseCreateUpdateParameters createUpdateMongoDBDatabaseParameters)
Create or updates Azure Cosmos DB MongoDB database.
|
MongoDBDatabaseGetResultsInner |
createUpdateMongoDBDatabase(String resourceGroupName,
String accountName,
String databaseName,
MongoDBDatabaseCreateUpdateParameters createUpdateMongoDBDatabaseParameters,
com.azure.core.util.Context context)
Create or updates Azure Cosmos DB MongoDB database.
|
Mono<MongoDBDatabaseGetResultsInner> |
createUpdateMongoDBDatabaseAsync(String resourceGroupName,
String accountName,
String databaseName,
MongoDBDatabaseCreateUpdateParameters createUpdateMongoDBDatabaseParameters)
Create or updates Azure Cosmos DB MongoDB database.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createUpdateMongoDBDatabaseWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
MongoDBDatabaseCreateUpdateParameters createUpdateMongoDBDatabaseParameters)
Create or updates Azure Cosmos DB MongoDB database.
|
void |
deleteMongoDBCollection(String resourceGroupName,
String accountName,
String databaseName,
String collectionName)
Deletes an existing Azure Cosmos DB MongoDB Collection.
|
void |
deleteMongoDBCollection(String resourceGroupName,
String accountName,
String databaseName,
String collectionName,
com.azure.core.util.Context context)
Deletes an existing Azure Cosmos DB MongoDB Collection.
|
Mono<Void> |
deleteMongoDBCollectionAsync(String resourceGroupName,
String accountName,
String databaseName,
String collectionName)
Deletes an existing Azure Cosmos DB MongoDB Collection.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteMongoDBCollectionWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
String collectionName)
Deletes an existing Azure Cosmos DB MongoDB Collection.
|
void |
deleteMongoDBDatabase(String resourceGroupName,
String accountName,
String databaseName)
Deletes an existing Azure Cosmos DB MongoDB database.
|
void |
deleteMongoDBDatabase(String resourceGroupName,
String accountName,
String databaseName,
com.azure.core.util.Context context)
Deletes an existing Azure Cosmos DB MongoDB database.
|
Mono<Void> |
deleteMongoDBDatabaseAsync(String resourceGroupName,
String accountName,
String databaseName)
Deletes an existing Azure Cosmos DB MongoDB database.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteMongoDBDatabaseWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName)
Deletes an existing Azure Cosmos DB MongoDB database.
|
MongoDBCollectionGetResultsInner |
getMongoDBCollection(String resourceGroupName,
String accountName,
String databaseName,
String collectionName)
Gets the MongoDB collection under an existing Azure Cosmos DB database account.
|
Mono<MongoDBCollectionGetResultsInner> |
getMongoDBCollectionAsync(String resourceGroupName,
String accountName,
String databaseName,
String collectionName)
Gets the MongoDB collection under an existing Azure Cosmos DB database account.
|
ThroughputSettingsGetResultsInner |
getMongoDBCollectionThroughput(String resourceGroupName,
String accountName,
String databaseName,
String collectionName)
Gets the RUs per second of the MongoDB collection under an existing Azure Cosmos DB database account with the
provided name.
|
Mono<ThroughputSettingsGetResultsInner> |
getMongoDBCollectionThroughputAsync(String resourceGroupName,
String accountName,
String databaseName,
String collectionName)
Gets the RUs per second of the MongoDB collection under an existing Azure Cosmos DB database account with the
provided name.
|
com.azure.core.http.rest.Response<ThroughputSettingsGetResultsInner> |
getMongoDBCollectionThroughputWithResponse(String resourceGroupName,
String accountName,
String databaseName,
String collectionName,
com.azure.core.util.Context context)
Gets the RUs per second of the MongoDB collection under an existing Azure Cosmos DB database account with the
provided name.
|
Mono<com.azure.core.http.rest.Response<ThroughputSettingsGetResultsInner>> |
getMongoDBCollectionThroughputWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
String collectionName)
Gets the RUs per second of the MongoDB collection under an existing Azure Cosmos DB database account with the
provided name.
|
com.azure.core.http.rest.Response<MongoDBCollectionGetResultsInner> |
getMongoDBCollectionWithResponse(String resourceGroupName,
String accountName,
String databaseName,
String collectionName,
com.azure.core.util.Context context)
Gets the MongoDB collection under an existing Azure Cosmos DB database account.
|
Mono<com.azure.core.http.rest.Response<MongoDBCollectionGetResultsInner>> |
getMongoDBCollectionWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
String collectionName)
Gets the MongoDB collection under an existing Azure Cosmos DB database account.
|
MongoDBDatabaseGetResultsInner |
getMongoDBDatabase(String resourceGroupName,
String accountName,
String databaseName)
Gets the MongoDB databases under an existing Azure Cosmos DB database account with the provided name.
|
Mono<MongoDBDatabaseGetResultsInner> |
getMongoDBDatabaseAsync(String resourceGroupName,
String accountName,
String databaseName)
Gets the MongoDB databases under an existing Azure Cosmos DB database account with the provided name.
|
ThroughputSettingsGetResultsInner |
getMongoDBDatabaseThroughput(String resourceGroupName,
String accountName,
String databaseName)
Gets the RUs per second of the MongoDB database under an existing Azure Cosmos DB database account with the
provided name.
|
Mono<ThroughputSettingsGetResultsInner> |
getMongoDBDatabaseThroughputAsync(String resourceGroupName,
String accountName,
String databaseName)
Gets the RUs per second of the MongoDB database under an existing Azure Cosmos DB database account with the
provided name.
|
com.azure.core.http.rest.Response<ThroughputSettingsGetResultsInner> |
getMongoDBDatabaseThroughputWithResponse(String resourceGroupName,
String accountName,
String databaseName,
com.azure.core.util.Context context)
Gets the RUs per second of the MongoDB database under an existing Azure Cosmos DB database account with the
provided name.
|
Mono<com.azure.core.http.rest.Response<ThroughputSettingsGetResultsInner>> |
getMongoDBDatabaseThroughputWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName)
Gets the RUs per second of the MongoDB database under an existing Azure Cosmos DB database account with the
provided name.
|
com.azure.core.http.rest.Response<MongoDBDatabaseGetResultsInner> |
getMongoDBDatabaseWithResponse(String resourceGroupName,
String accountName,
String databaseName,
com.azure.core.util.Context context)
Gets the MongoDB databases under an existing Azure Cosmos DB database account with the provided name.
|
Mono<com.azure.core.http.rest.Response<MongoDBDatabaseGetResultsInner>> |
getMongoDBDatabaseWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName)
Gets the MongoDB databases under an existing Azure Cosmos DB database account with the provided name.
|
com.azure.core.http.rest.PagedIterable<MongoDBCollectionGetResultsInner> |
listMongoDBCollections(String resourceGroupName,
String accountName,
String databaseName)
Lists the MongoDB collection under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.PagedIterable<MongoDBCollectionGetResultsInner> |
listMongoDBCollections(String resourceGroupName,
String accountName,
String databaseName,
com.azure.core.util.Context context)
Lists the MongoDB collection under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.PagedFlux<MongoDBCollectionGetResultsInner> |
listMongoDBCollectionsAsync(String resourceGroupName,
String accountName,
String databaseName)
Lists the MongoDB collection under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.PagedIterable<MongoDBDatabaseGetResultsInner> |
listMongoDBDatabases(String resourceGroupName,
String accountName)
Lists the MongoDB databases under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.PagedIterable<MongoDBDatabaseGetResultsInner> |
listMongoDBDatabases(String resourceGroupName,
String accountName,
com.azure.core.util.Context context)
Lists the MongoDB databases under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.PagedFlux<MongoDBDatabaseGetResultsInner> |
listMongoDBDatabasesAsync(String resourceGroupName,
String accountName)
Lists the MongoDB databases under an existing Azure Cosmos DB database account.
|
ThroughputSettingsGetResultsInner |
updateMongoDBCollectionThroughput(String resourceGroupName,
String accountName,
String databaseName,
String collectionName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update the RUs per second of an Azure Cosmos DB MongoDB collection.
|
ThroughputSettingsGetResultsInner |
updateMongoDBCollectionThroughput(String resourceGroupName,
String accountName,
String databaseName,
String collectionName,
ThroughputSettingsUpdateParameters updateThroughputParameters,
com.azure.core.util.Context context)
Update the RUs per second of an Azure Cosmos DB MongoDB collection.
|
Mono<ThroughputSettingsGetResultsInner> |
updateMongoDBCollectionThroughputAsync(String resourceGroupName,
String accountName,
String databaseName,
String collectionName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update the RUs per second of an Azure Cosmos DB MongoDB collection.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateMongoDBCollectionThroughputWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
String collectionName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update the RUs per second of an Azure Cosmos DB MongoDB collection.
|
ThroughputSettingsGetResultsInner |
updateMongoDBDatabaseThroughput(String resourceGroupName,
String accountName,
String databaseName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of the an Azure Cosmos DB MongoDB database.
|
ThroughputSettingsGetResultsInner |
updateMongoDBDatabaseThroughput(String resourceGroupName,
String accountName,
String databaseName,
ThroughputSettingsUpdateParameters updateThroughputParameters,
com.azure.core.util.Context context)
Update RUs per second of the an Azure Cosmos DB MongoDB database.
|
Mono<ThroughputSettingsGetResultsInner> |
updateMongoDBDatabaseThroughputAsync(String resourceGroupName,
String accountName,
String databaseName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of the an Azure Cosmos DB MongoDB database.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateMongoDBDatabaseThroughputWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of the an Azure Cosmos DB MongoDB database.
|
com.azure.core.http.rest.PagedFlux<MongoDBDatabaseGetResultsInner> listMongoDBDatabasesAsync(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<MongoDBDatabaseGetResultsInner> listMongoDBDatabases(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<MongoDBDatabaseGetResultsInner> listMongoDBDatabases(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<MongoDBDatabaseGetResultsInner>> getMongoDBDatabaseWithResponseAsync(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<MongoDBDatabaseGetResultsInner> getMongoDBDatabaseAsync(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.MongoDBDatabaseGetResultsInner getMongoDBDatabase(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<MongoDBDatabaseGetResultsInner> getMongoDBDatabaseWithResponse(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>>> createUpdateMongoDBDatabaseWithResponseAsync(String resourceGroupName, String accountName, String databaseName, MongoDBDatabaseCreateUpdateParameters createUpdateMongoDBDatabaseParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.createUpdateMongoDBDatabaseParameters - Parameters to create and update Cosmos DB MongoDB 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<MongoDBDatabaseGetResultsInner>,MongoDBDatabaseGetResultsInner> beginCreateUpdateMongoDBDatabaseAsync(String resourceGroupName, String accountName, String databaseName, MongoDBDatabaseCreateUpdateParameters createUpdateMongoDBDatabaseParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.createUpdateMongoDBDatabaseParameters - Parameters to create and update Cosmos DB MongoDB 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<MongoDBDatabaseGetResultsInner>,MongoDBDatabaseGetResultsInner> beginCreateUpdateMongoDBDatabase(String resourceGroupName, String accountName, String databaseName, MongoDBDatabaseCreateUpdateParameters createUpdateMongoDBDatabaseParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.createUpdateMongoDBDatabaseParameters - Parameters to create and update Cosmos DB MongoDB 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<MongoDBDatabaseGetResultsInner>,MongoDBDatabaseGetResultsInner> beginCreateUpdateMongoDBDatabase(String resourceGroupName, String accountName, String databaseName, MongoDBDatabaseCreateUpdateParameters createUpdateMongoDBDatabaseParameters, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.createUpdateMongoDBDatabaseParameters - Parameters to create and update Cosmos DB MongoDB 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<MongoDBDatabaseGetResultsInner> createUpdateMongoDBDatabaseAsync(String resourceGroupName, String accountName, String databaseName, MongoDBDatabaseCreateUpdateParameters createUpdateMongoDBDatabaseParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.createUpdateMongoDBDatabaseParameters - Parameters to create and update Cosmos DB MongoDB 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.MongoDBDatabaseGetResultsInner createUpdateMongoDBDatabase(String resourceGroupName, String accountName, String databaseName, MongoDBDatabaseCreateUpdateParameters createUpdateMongoDBDatabaseParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.createUpdateMongoDBDatabaseParameters - Parameters to create and update Cosmos DB MongoDB 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.MongoDBDatabaseGetResultsInner createUpdateMongoDBDatabase(String resourceGroupName, String accountName, String databaseName, MongoDBDatabaseCreateUpdateParameters createUpdateMongoDBDatabaseParameters, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.createUpdateMongoDBDatabaseParameters - Parameters to create and update Cosmos DB MongoDB 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>>> deleteMongoDBDatabaseWithResponseAsync(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> beginDeleteMongoDBDatabaseAsync(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> beginDeleteMongoDBDatabase(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> beginDeleteMongoDBDatabase(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> deleteMongoDBDatabaseAsync(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 deleteMongoDBDatabase(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 deleteMongoDBDatabase(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>> getMongoDBDatabaseThroughputWithResponseAsync(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> getMongoDBDatabaseThroughputAsync(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 getMongoDBDatabaseThroughput(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> getMongoDBDatabaseThroughputWithResponse(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>>> updateMongoDBDatabaseThroughputWithResponseAsync(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> beginUpdateMongoDBDatabaseThroughputAsync(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> beginUpdateMongoDBDatabaseThroughput(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> beginUpdateMongoDBDatabaseThroughput(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> updateMongoDBDatabaseThroughputAsync(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 updateMongoDBDatabaseThroughput(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 updateMongoDBDatabaseThroughput(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<MongoDBCollectionGetResultsInner> listMongoDBCollectionsAsync(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<MongoDBCollectionGetResultsInner> listMongoDBCollections(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<MongoDBCollectionGetResultsInner> listMongoDBCollections(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<MongoDBCollectionGetResultsInner>> getMongoDBCollectionWithResponseAsync(String resourceGroupName, String accountName, String databaseName, String collectionName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.collectionName - Cosmos DB collection 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<MongoDBCollectionGetResultsInner> getMongoDBCollectionAsync(String resourceGroupName, String accountName, String databaseName, String collectionName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.collectionName - Cosmos DB collection 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.MongoDBCollectionGetResultsInner getMongoDBCollection(String resourceGroupName, String accountName, String databaseName, String collectionName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.collectionName - Cosmos DB collection 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<MongoDBCollectionGetResultsInner> getMongoDBCollectionWithResponse(String resourceGroupName, String accountName, String databaseName, String collectionName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.collectionName - Cosmos DB collection 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>>> createUpdateMongoDBCollectionWithResponseAsync(String resourceGroupName, String accountName, String databaseName, String collectionName, MongoDBCollectionCreateUpdateParameters createUpdateMongoDBCollectionParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.collectionName - Cosmos DB collection name.createUpdateMongoDBCollectionParameters - Parameters to create and update Cosmos DB MongoDB collection.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<MongoDBCollectionGetResultsInner>,MongoDBCollectionGetResultsInner> beginCreateUpdateMongoDBCollectionAsync(String resourceGroupName, String accountName, String databaseName, String collectionName, MongoDBCollectionCreateUpdateParameters createUpdateMongoDBCollectionParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.collectionName - Cosmos DB collection name.createUpdateMongoDBCollectionParameters - Parameters to create and update Cosmos DB MongoDB collection.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<MongoDBCollectionGetResultsInner>,MongoDBCollectionGetResultsInner> beginCreateUpdateMongoDBCollection(String resourceGroupName, String accountName, String databaseName, String collectionName, MongoDBCollectionCreateUpdateParameters createUpdateMongoDBCollectionParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.collectionName - Cosmos DB collection name.createUpdateMongoDBCollectionParameters - Parameters to create and update Cosmos DB MongoDB collection.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<MongoDBCollectionGetResultsInner>,MongoDBCollectionGetResultsInner> beginCreateUpdateMongoDBCollection(String resourceGroupName, String accountName, String databaseName, String collectionName, MongoDBCollectionCreateUpdateParameters createUpdateMongoDBCollectionParameters, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.collectionName - Cosmos DB collection name.createUpdateMongoDBCollectionParameters - Parameters to create and update Cosmos DB MongoDB collection.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<MongoDBCollectionGetResultsInner> createUpdateMongoDBCollectionAsync(String resourceGroupName, String accountName, String databaseName, String collectionName, MongoDBCollectionCreateUpdateParameters createUpdateMongoDBCollectionParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.collectionName - Cosmos DB collection name.createUpdateMongoDBCollectionParameters - Parameters to create and update Cosmos DB MongoDB collection.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.MongoDBCollectionGetResultsInner createUpdateMongoDBCollection(String resourceGroupName, String accountName, String databaseName, String collectionName, MongoDBCollectionCreateUpdateParameters createUpdateMongoDBCollectionParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.collectionName - Cosmos DB collection name.createUpdateMongoDBCollectionParameters - Parameters to create and update Cosmos DB MongoDB collection.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.MongoDBCollectionGetResultsInner createUpdateMongoDBCollection(String resourceGroupName, String accountName, String databaseName, String collectionName, MongoDBCollectionCreateUpdateParameters createUpdateMongoDBCollectionParameters, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.collectionName - Cosmos DB collection name.createUpdateMongoDBCollectionParameters - Parameters to create and update Cosmos DB MongoDB collection.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>>> deleteMongoDBCollectionWithResponseAsync(String resourceGroupName, String accountName, String databaseName, String collectionName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.collectionName - Cosmos DB collection 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> beginDeleteMongoDBCollectionAsync(String resourceGroupName, String accountName, String databaseName, String collectionName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.collectionName - Cosmos DB collection 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> beginDeleteMongoDBCollection(String resourceGroupName, String accountName, String databaseName, String collectionName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.collectionName - Cosmos DB collection 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> beginDeleteMongoDBCollection(String resourceGroupName, String accountName, String databaseName, String collectionName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.collectionName - Cosmos DB collection 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> deleteMongoDBCollectionAsync(String resourceGroupName, String accountName, String databaseName, String collectionName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.collectionName - Cosmos DB collection 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 deleteMongoDBCollection(String resourceGroupName, String accountName, String databaseName, String collectionName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.collectionName - Cosmos DB collection 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 deleteMongoDBCollection(String resourceGroupName, String accountName, String databaseName, String collectionName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.collectionName - Cosmos DB collection 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>> getMongoDBCollectionThroughputWithResponseAsync(String resourceGroupName, String accountName, String databaseName, String collectionName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.collectionName - Cosmos DB collection 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> getMongoDBCollectionThroughputAsync(String resourceGroupName, String accountName, String databaseName, String collectionName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.collectionName - Cosmos DB collection 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 getMongoDBCollectionThroughput(String resourceGroupName, String accountName, String databaseName, String collectionName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.collectionName - Cosmos DB collection 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> getMongoDBCollectionThroughputWithResponse(String resourceGroupName, String accountName, String databaseName, String collectionName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.collectionName - Cosmos DB collection 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>>> updateMongoDBCollectionThroughputWithResponseAsync(String resourceGroupName, String accountName, String databaseName, String collectionName, ThroughputSettingsUpdateParameters updateThroughputParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.collectionName - Cosmos DB collection 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> beginUpdateMongoDBCollectionThroughputAsync(String resourceGroupName, String accountName, String databaseName, String collectionName, ThroughputSettingsUpdateParameters updateThroughputParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.collectionName - Cosmos DB collection 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> beginUpdateMongoDBCollectionThroughput(String resourceGroupName, String accountName, String databaseName, String collectionName, ThroughputSettingsUpdateParameters updateThroughputParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.collectionName - Cosmos DB collection 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> beginUpdateMongoDBCollectionThroughput(String resourceGroupName, String accountName, String databaseName, String collectionName, 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.collectionName - Cosmos DB collection 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> updateMongoDBCollectionThroughputAsync(String resourceGroupName, String accountName, String databaseName, String collectionName, ThroughputSettingsUpdateParameters updateThroughputParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.collectionName - Cosmos DB collection 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 updateMongoDBCollectionThroughput(String resourceGroupName, String accountName, String databaseName, String collectionName, ThroughputSettingsUpdateParameters updateThroughputParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.collectionName - Cosmos DB collection 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 updateMongoDBCollectionThroughput(String resourceGroupName, String accountName, String databaseName, String collectionName, 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.collectionName - Cosmos DB collection 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.