MongoDBResourcesClient Interface
public interface MongoDBResourcesClient
An instance of this class provides access to all the operations defined in MongoDBResourcesClient.
Method Summary
Method Details
beginCreateUpdateMongoDBCollection
public abstract SyncPoller
Create or update an Azure Cosmos DB MongoDB Collection.
Parameters:
Returns:
beginCreateUpdateMongoDBCollection
public abstract SyncPoller
Create or update an Azure Cosmos DB MongoDB Collection.
Parameters:
Returns:
beginCreateUpdateMongoDBCollectionAsync
public abstract PollerFlux
Create or update an Azure Cosmos DB MongoDB Collection.
Parameters:
Returns:
beginCreateUpdateMongoDBDatabase
public abstract SyncPoller
Create or updates Azure Cosmos DB MongoDB database.
Parameters:
Returns:
beginCreateUpdateMongoDBDatabase
public abstract SyncPoller
Create or updates Azure Cosmos DB MongoDB database.
Parameters:
Returns:
beginCreateUpdateMongoDBDatabaseAsync
public abstract PollerFlux
Create or updates Azure Cosmos DB MongoDB database.
Parameters:
Returns:
beginCreateUpdateMongoRoleDefinition
public abstract SyncPoller
Creates or updates an Azure Cosmos DB Mongo Role Definition.
Parameters:
Returns:
beginCreateUpdateMongoRoleDefinition
public abstract SyncPoller
Creates or updates an Azure Cosmos DB Mongo Role Definition.
Parameters:
Returns:
beginCreateUpdateMongoRoleDefinitionAsync
public abstract PollerFlux
Creates or updates an Azure Cosmos DB Mongo Role Definition.
Parameters:
Returns:
beginCreateUpdateMongoUserDefinition
public abstract SyncPoller
Creates or updates an Azure Cosmos DB Mongo User Definition.
Parameters:
Returns:
beginCreateUpdateMongoUserDefinition
public abstract SyncPoller
Creates or updates an Azure Cosmos DB Mongo User Definition.
Parameters:
Returns:
beginCreateUpdateMongoUserDefinitionAsync
public abstract PollerFlux
Creates or updates an Azure Cosmos DB Mongo User Definition.
Parameters:
Returns:
beginDeleteMongoDBCollection
public abstract SyncPoller
Deletes an existing Azure Cosmos DB MongoDB Collection.
Parameters:
Returns:
beginDeleteMongoDBCollection
public abstract SyncPoller
Deletes an existing Azure Cosmos DB MongoDB Collection.
Parameters:
Returns:
beginDeleteMongoDBCollectionAsync
public abstract PollerFlux
Deletes an existing Azure Cosmos DB MongoDB Collection.
Parameters:
Returns:
beginDeleteMongoDBDatabase
public abstract SyncPoller
Deletes an existing Azure Cosmos DB MongoDB database.
Parameters:
Returns:
beginDeleteMongoDBDatabase
public abstract SyncPoller
Deletes an existing Azure Cosmos DB MongoDB database.
Parameters:
Returns:
beginDeleteMongoDBDatabaseAsync
public abstract PollerFlux
Deletes an existing Azure Cosmos DB MongoDB database.
Parameters:
Returns:
beginDeleteMongoRoleDefinition
public abstract SyncPoller
Deletes an existing Azure Cosmos DB Mongo Role Definition.
Parameters:
Returns:
beginDeleteMongoRoleDefinition
public abstract SyncPoller
Deletes an existing Azure Cosmos DB Mongo Role Definition.
Parameters:
Returns:
beginDeleteMongoRoleDefinitionAsync
public abstract PollerFlux
Deletes an existing Azure Cosmos DB Mongo Role Definition.
Parameters:
Returns:
beginDeleteMongoUserDefinition
public abstract SyncPoller
Deletes an existing Azure Cosmos DB Mongo User Definition.
Parameters:
Returns:
beginDeleteMongoUserDefinition
public abstract SyncPoller
Deletes an existing Azure Cosmos DB Mongo User Definition.
Parameters:
Returns:
beginDeleteMongoUserDefinitionAsync
public abstract PollerFlux
Deletes an existing Azure Cosmos DB Mongo User Definition.
Parameters:
Returns:
beginMigrateMongoDBCollectionToAutoscale
public abstract SyncPoller
Migrate an Azure Cosmos DB MongoDB collection from manual throughput to autoscale.
Parameters:
Returns:
beginMigrateMongoDBCollectionToAutoscale
public abstract SyncPoller
Migrate an Azure Cosmos DB MongoDB collection from manual throughput to autoscale.
Parameters:
Returns:
beginMigrateMongoDBCollectionToAutoscaleAsync
public abstract PollerFlux
Migrate an Azure Cosmos DB MongoDB collection from manual throughput to autoscale.
Parameters:
Returns:
beginMigrateMongoDBCollectionToManualThroughput
public abstract SyncPoller
Migrate an Azure Cosmos DB MongoDB collection from autoscale to manual throughput.
Parameters:
Returns:
beginMigrateMongoDBCollectionToManualThroughput
public abstract SyncPoller
Migrate an Azure Cosmos DB MongoDB collection from autoscale to manual throughput.
Parameters:
Returns:
beginMigrateMongoDBCollectionToManualThroughputAsync
public abstract PollerFlux
Migrate an Azure Cosmos DB MongoDB collection from autoscale to manual throughput.
Parameters:
Returns:
beginMigrateMongoDBDatabaseToAutoscale
public abstract SyncPoller
Migrate an Azure Cosmos DB MongoDB database from manual throughput to autoscale.
Parameters:
Returns:
beginMigrateMongoDBDatabaseToAutoscale
public abstract SyncPoller
Migrate an Azure Cosmos DB MongoDB database from manual throughput to autoscale.
Parameters:
Returns:
beginMigrateMongoDBDatabaseToAutoscaleAsync
public abstract PollerFlux
Migrate an Azure Cosmos DB MongoDB database from manual throughput to autoscale.
Parameters:
Returns:
beginMigrateMongoDBDatabaseToManualThroughput
public abstract SyncPoller
Migrate an Azure Cosmos DB MongoDB database from autoscale to manual throughput.
Parameters:
Returns:
beginMigrateMongoDBDatabaseToManualThroughput
public abstract SyncPoller
Migrate an Azure Cosmos DB MongoDB database from autoscale to manual throughput.
Parameters:
Returns:
beginMigrateMongoDBDatabaseToManualThroughputAsync
public abstract PollerFlux
Migrate an Azure Cosmos DB MongoDB database from autoscale to manual throughput.
Parameters:
Returns:
beginRetrieveContinuousBackupInformation
public abstract SyncPoller
Retrieves continuous backup information for a Mongodb collection.
Parameters:
Returns:
beginRetrieveContinuousBackupInformation
public abstract SyncPoller
Retrieves continuous backup information for a Mongodb collection.
Parameters:
Returns:
beginRetrieveContinuousBackupInformationAsync
public abstract PollerFlux
Retrieves continuous backup information for a Mongodb collection.
Parameters:
Returns:
beginUpdateMongoDBCollectionThroughput
public abstract SyncPoller
Update the RUs per second of an Azure Cosmos DB MongoDB collection.
Parameters:
Returns:
beginUpdateMongoDBCollectionThroughput
public abstract SyncPoller
Update the RUs per second of an Azure Cosmos DB MongoDB collection.
Parameters:
Returns:
beginUpdateMongoDBCollectionThroughputAsync
public abstract PollerFlux
Update the RUs per second of an Azure Cosmos DB MongoDB collection.
Parameters:
Returns:
beginUpdateMongoDBDatabaseThroughput
public abstract SyncPoller
Update RUs per second of the an Azure Cosmos DB MongoDB database.
Parameters:
Returns:
beginUpdateMongoDBDatabaseThroughput
public abstract SyncPoller
Update RUs per second of the an Azure Cosmos DB MongoDB database.
Parameters:
Returns:
beginUpdateMongoDBDatabaseThroughputAsync
public abstract PollerFlux
Update RUs per second of the an Azure Cosmos DB MongoDB database.
Parameters:
Returns:
createUpdateMongoDBCollection
public abstract MongoDBCollectionGetResultsInner createUpdateMongoDBCollection(String resourceGroupName, String accountName, String databaseName, String collectionName, MongoDBCollectionCreateUpdateParameters createUpdateMongoDBCollectionParameters)
Create or update an Azure Cosmos DB MongoDB Collection.
Parameters:
Returns:
createUpdateMongoDBCollection
public abstract MongoDBCollectionGetResultsInner createUpdateMongoDBCollection(String resourceGroupName, String accountName, String databaseName, String collectionName, MongoDBCollectionCreateUpdateParameters createUpdateMongoDBCollectionParameters, Context context)
Create or update an Azure Cosmos DB MongoDB Collection.
Parameters:
Returns:
createUpdateMongoDBCollectionAsync
public abstract Mono
Create or update an Azure Cosmos DB MongoDB Collection.
Parameters:
Returns:
createUpdateMongoDBCollectionWithResponseAsync
public abstract Mono
Create or update an Azure Cosmos DB MongoDB Collection.
Parameters:
Returns:
createUpdateMongoDBDatabase
public abstract MongoDBDatabaseGetResultsInner createUpdateMongoDBDatabase(String resourceGroupName, String accountName, String databaseName, MongoDBDatabaseCreateUpdateParameters createUpdateMongoDBDatabaseParameters)
Create or updates Azure Cosmos DB MongoDB database.
Parameters:
Returns:
createUpdateMongoDBDatabase
public abstract MongoDBDatabaseGetResultsInner createUpdateMongoDBDatabase(String resourceGroupName, String accountName, String databaseName, MongoDBDatabaseCreateUpdateParameters createUpdateMongoDBDatabaseParameters, Context context)
Create or updates Azure Cosmos DB MongoDB database.
Parameters:
Returns:
createUpdateMongoDBDatabaseAsync
public abstract Mono
Create or updates Azure Cosmos DB MongoDB database.
Parameters:
Returns:
createUpdateMongoDBDatabaseWithResponseAsync
public abstract Mono
Create or updates Azure Cosmos DB MongoDB database.
Parameters:
Returns:
createUpdateMongoRoleDefinition
public abstract MongoRoleDefinitionGetResultsInner createUpdateMongoRoleDefinition(String mongoRoleDefinitionId, String resourceGroupName, String accountName, MongoRoleDefinitionCreateUpdateParameters createUpdateMongoRoleDefinitionParameters)
Creates or updates an Azure Cosmos DB Mongo Role Definition.
Parameters:
Returns:
createUpdateMongoRoleDefinition
public abstract MongoRoleDefinitionGetResultsInner createUpdateMongoRoleDefinition(String mongoRoleDefinitionId, String resourceGroupName, String accountName, MongoRoleDefinitionCreateUpdateParameters createUpdateMongoRoleDefinitionParameters, Context context)
Creates or updates an Azure Cosmos DB Mongo Role Definition.
Parameters:
Returns:
createUpdateMongoRoleDefinitionAsync
public abstract Mono
Creates or updates an Azure Cosmos DB Mongo Role Definition.
Parameters:
Returns:
createUpdateMongoRoleDefinitionWithResponseAsync
public abstract Mono
Creates or updates an Azure Cosmos DB Mongo Role Definition.
Parameters:
Returns:
createUpdateMongoUserDefinition
public abstract MongoUserDefinitionGetResultsInner createUpdateMongoUserDefinition(String mongoUserDefinitionId, String resourceGroupName, String accountName, MongoUserDefinitionCreateUpdateParameters createUpdateMongoUserDefinitionParameters)
Creates or updates an Azure Cosmos DB Mongo User Definition.
Parameters:
Returns:
createUpdateMongoUserDefinition
public abstract MongoUserDefinitionGetResultsInner createUpdateMongoUserDefinition(String mongoUserDefinitionId, String resourceGroupName, String accountName, MongoUserDefinitionCreateUpdateParameters createUpdateMongoUserDefinitionParameters, Context context)
Creates or updates an Azure Cosmos DB Mongo User Definition.
Parameters:
Returns:
createUpdateMongoUserDefinitionAsync
public abstract Mono
Creates or updates an Azure Cosmos DB Mongo User Definition.
Parameters:
Returns:
createUpdateMongoUserDefinitionWithResponseAsync
public abstract Mono
Creates or updates an Azure Cosmos DB Mongo User Definition.
Parameters:
Returns:
deleteMongoDBCollection
public abstract void deleteMongoDBCollection(String resourceGroupName, String accountName, String databaseName, String collectionName)
Deletes an existing Azure Cosmos DB MongoDB Collection.
Parameters:
deleteMongoDBCollection
public abstract void deleteMongoDBCollection(String resourceGroupName, String accountName, String databaseName, String collectionName, Context context)
Deletes an existing Azure Cosmos DB MongoDB Collection.
Parameters:
deleteMongoDBCollectionAsync
public abstract Mono
Deletes an existing Azure Cosmos DB MongoDB Collection.
Parameters:
Returns:
deleteMongoDBCollectionWithResponseAsync
public abstract Mono
Deletes an existing Azure Cosmos DB MongoDB Collection.
Parameters:
Returns:
deleteMongoDBDatabase
public abstract void deleteMongoDBDatabase(String resourceGroupName, String accountName, String databaseName)
Deletes an existing Azure Cosmos DB MongoDB database.
Parameters:
deleteMongoDBDatabase
public abstract void deleteMongoDBDatabase(String resourceGroupName, String accountName, String databaseName, Context context)
Deletes an existing Azure Cosmos DB MongoDB database.
Parameters:
deleteMongoDBDatabaseAsync
public abstract Mono
Deletes an existing Azure Cosmos DB MongoDB database.
Parameters:
Returns:
deleteMongoDBDatabaseWithResponseAsync
public abstract Mono
Deletes an existing Azure Cosmos DB MongoDB database.
Parameters:
Returns:
deleteMongoRoleDefinition
public abstract void deleteMongoRoleDefinition(String mongoRoleDefinitionId, String resourceGroupName, String accountName)
Deletes an existing Azure Cosmos DB Mongo Role Definition.
Parameters:
deleteMongoRoleDefinition
public abstract void deleteMongoRoleDefinition(String mongoRoleDefinitionId, String resourceGroupName, String accountName, Context context)
Deletes an existing Azure Cosmos DB Mongo Role Definition.
Parameters:
deleteMongoRoleDefinitionAsync
public abstract Mono
Deletes an existing Azure Cosmos DB Mongo Role Definition.
Parameters:
Returns:
deleteMongoRoleDefinitionWithResponseAsync
public abstract Mono
Deletes an existing Azure Cosmos DB Mongo Role Definition.
Parameters:
Returns:
deleteMongoUserDefinition
public abstract void deleteMongoUserDefinition(String mongoUserDefinitionId, String resourceGroupName, String accountName)
Deletes an existing Azure Cosmos DB Mongo User Definition.
Parameters:
deleteMongoUserDefinition
public abstract void deleteMongoUserDefinition(String mongoUserDefinitionId, String resourceGroupName, String accountName, Context context)
Deletes an existing Azure Cosmos DB Mongo User Definition.
Parameters:
deleteMongoUserDefinitionAsync
public abstract Mono
Deletes an existing Azure Cosmos DB Mongo User Definition.
Parameters:
Returns:
deleteMongoUserDefinitionWithResponseAsync
public abstract Mono
Deletes an existing Azure Cosmos DB Mongo User Definition.
Parameters:
Returns:
getMongoDBCollection
public abstract MongoDBCollectionGetResultsInner getMongoDBCollection(String resourceGroupName, String accountName, String databaseName, String collectionName)
Gets the MongoDB collection under an existing Azure Cosmos DB database account.
Parameters:
Returns:
getMongoDBCollectionAsync
public abstract Mono
Gets the MongoDB collection under an existing Azure Cosmos DB database account.
Parameters:
Returns:
getMongoDBCollectionThroughput
public abstract 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.
Parameters:
Returns:
getMongoDBCollectionThroughputAsync
public abstract Mono
Gets the RUs per second of the MongoDB collection under an existing Azure Cosmos DB database account with the provided name.
Parameters:
Returns:
getMongoDBCollectionThroughputWithResponse
public abstract Response
Gets the RUs per second of the MongoDB collection under an existing Azure Cosmos DB database account with the provided name.
Parameters:
Returns:
getMongoDBCollectionThroughputWithResponseAsync
public abstract Mono
Gets the RUs per second of the MongoDB collection under an existing Azure Cosmos DB database account with the provided name.
Parameters:
Returns:
getMongoDBCollectionWithResponse
public abstract Response
Gets the MongoDB collection under an existing Azure Cosmos DB database account.
Parameters:
Returns:
getMongoDBCollectionWithResponseAsync
public abstract Mono
Gets the MongoDB collection under an existing Azure Cosmos DB database account.
Parameters:
Returns:
getMongoDBDatabase
public abstract MongoDBDatabaseGetResultsInner getMongoDBDatabase(String resourceGroupName, String accountName, String databaseName)
Gets the MongoDB databases under an existing Azure Cosmos DB database account with the provided name.
Parameters:
Returns:
getMongoDBDatabaseAsync
public abstract Mono
Gets the MongoDB databases under an existing Azure Cosmos DB database account with the provided name.
Parameters:
Returns:
getMongoDBDatabaseThroughput
public abstract 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.
Parameters:
Returns:
getMongoDBDatabaseThroughputAsync
public abstract Mono
Gets the RUs per second of the MongoDB database under an existing Azure Cosmos DB database account with the provided name.
Parameters:
Returns:
getMongoDBDatabaseThroughputWithResponse
public abstract Response
Gets the RUs per second of the MongoDB database under an existing Azure Cosmos DB database account with the provided name.
Parameters:
Returns:
getMongoDBDatabaseThroughputWithResponseAsync
public abstract Mono
Gets the RUs per second of the MongoDB database under an existing Azure Cosmos DB database account with the provided name.
Parameters:
Returns:
getMongoDBDatabaseWithResponse
public abstract Response
Gets the MongoDB databases under an existing Azure Cosmos DB database account with the provided name.
Parameters:
Returns:
getMongoDBDatabaseWithResponseAsync
public abstract Mono
Gets the MongoDB databases under an existing Azure Cosmos DB database account with the provided name.
Parameters:
Returns:
getMongoRoleDefinition
public abstract MongoRoleDefinitionGetResultsInner getMongoRoleDefinition(String mongoRoleDefinitionId, String resourceGroupName, String accountName)
Retrieves the properties of an existing Azure Cosmos DB Mongo Role Definition with the given Id.
Parameters:
Returns:
getMongoRoleDefinitionAsync
public abstract Mono
Retrieves the properties of an existing Azure Cosmos DB Mongo Role Definition with the given Id.
Parameters:
Returns:
getMongoRoleDefinitionWithResponse
public abstract Response
Retrieves the properties of an existing Azure Cosmos DB Mongo Role Definition with the given Id.
Parameters:
Returns:
getMongoRoleDefinitionWithResponseAsync
public abstract Mono
Retrieves the properties of an existing Azure Cosmos DB Mongo Role Definition with the given Id.
Parameters:
Returns:
getMongoUserDefinition
public abstract MongoUserDefinitionGetResultsInner getMongoUserDefinition(String mongoUserDefinitionId, String resourceGroupName, String accountName)
Retrieves the properties of an existing Azure Cosmos DB Mongo User Definition with the given Id.
Parameters:
Returns:
getMongoUserDefinitionAsync
public abstract Mono
Retrieves the properties of an existing Azure Cosmos DB Mongo User Definition with the given Id.
Parameters:
Returns:
getMongoUserDefinitionWithResponse
public abstract Response
Retrieves the properties of an existing Azure Cosmos DB Mongo User Definition with the given Id.
Parameters:
Returns:
getMongoUserDefinitionWithResponseAsync
public abstract Mono
Retrieves the properties of an existing Azure Cosmos DB Mongo User Definition with the given Id.
Parameters:
Returns:
listMongoDBCollections
public abstract PagedIterable
Lists the MongoDB collection under an existing Azure Cosmos DB database account.
Parameters:
Returns:
listMongoDBCollections
public abstract PagedIterable
Lists the MongoDB collection under an existing Azure Cosmos DB database account.
Parameters:
Returns:
listMongoDBCollectionsAsync
public abstract PagedFlux
Lists the MongoDB collection under an existing Azure Cosmos DB database account.
Parameters:
Returns:
listMongoDBDatabases
public abstract PagedIterable
Lists the MongoDB databases under an existing Azure Cosmos DB database account.
Parameters:
Returns:
listMongoDBDatabases
public abstract PagedIterable
Lists the MongoDB databases under an existing Azure Cosmos DB database account.
Parameters:
Returns:
listMongoDBDatabasesAsync
public abstract PagedFlux
Lists the MongoDB databases under an existing Azure Cosmos DB database account.
Parameters:
Returns:
listMongoRoleDefinitions
public abstract PagedIterable
Retrieves the list of all Azure Cosmos DB Mongo Role Definitions.
Parameters:
Returns:
listMongoRoleDefinitions
public abstract PagedIterable
Retrieves the list of all Azure Cosmos DB Mongo Role Definitions.
Parameters:
Returns:
listMongoRoleDefinitionsAsync
public abstract PagedFlux
Retrieves the list of all Azure Cosmos DB Mongo Role Definitions.
Parameters:
Returns:
listMongoUserDefinitions
public abstract PagedIterable
Retrieves the list of all Azure Cosmos DB Mongo User Definition.
Parameters:
Returns:
listMongoUserDefinitions
public abstract PagedIterable
Retrieves the list of all Azure Cosmos DB Mongo User Definition.
Parameters:
Returns:
listMongoUserDefinitionsAsync
public abstract PagedFlux
Retrieves the list of all Azure Cosmos DB Mongo User Definition.
Parameters:
Returns:
migrateMongoDBCollectionToAutoscale
public abstract ThroughputSettingsGetResultsInner migrateMongoDBCollectionToAutoscale(String resourceGroupName, String accountName, String databaseName, String collectionName)
Migrate an Azure Cosmos DB MongoDB collection from manual throughput to autoscale.
Parameters:
Returns:
migrateMongoDBCollectionToAutoscale
public abstract ThroughputSettingsGetResultsInner migrateMongoDBCollectionToAutoscale(String resourceGroupName, String accountName, String databaseName, String collectionName, Context context)
Migrate an Azure Cosmos DB MongoDB collection from manual throughput to autoscale.
Parameters:
Returns:
migrateMongoDBCollectionToAutoscaleAsync
public abstract Mono
Migrate an Azure Cosmos DB MongoDB collection from manual throughput to autoscale.
Parameters:
Returns:
migrateMongoDBCollectionToAutoscaleWithResponseAsync
public abstract Mono
Migrate an Azure Cosmos DB MongoDB collection from manual throughput to autoscale.
Parameters:
Returns:
migrateMongoDBCollectionToManualThroughput
public abstract ThroughputSettingsGetResultsInner migrateMongoDBCollectionToManualThroughput(String resourceGroupName, String accountName, String databaseName, String collectionName)
Migrate an Azure Cosmos DB MongoDB collection from autoscale to manual throughput.
Parameters:
Returns:
migrateMongoDBCollectionToManualThroughput
public abstract ThroughputSettingsGetResultsInner migrateMongoDBCollectionToManualThroughput(String resourceGroupName, String accountName, String databaseName, String collectionName, Context context)
Migrate an Azure Cosmos DB MongoDB collection from autoscale to manual throughput.
Parameters:
Returns:
migrateMongoDBCollectionToManualThroughputAsync
public abstract Mono
Migrate an Azure Cosmos DB MongoDB collection from autoscale to manual throughput.
Parameters:
Returns:
migrateMongoDBCollectionToManualThroughputWithResponseAsync
public abstract Mono
Migrate an Azure Cosmos DB MongoDB collection from autoscale to manual throughput.
Parameters:
Returns:
migrateMongoDBDatabaseToAutoscale
public abstract ThroughputSettingsGetResultsInner migrateMongoDBDatabaseToAutoscale(String resourceGroupName, String accountName, String databaseName)
Migrate an Azure Cosmos DB MongoDB database from manual throughput to autoscale.
Parameters:
Returns:
migrateMongoDBDatabaseToAutoscale
public abstract ThroughputSettingsGetResultsInner migrateMongoDBDatabaseToAutoscale(String resourceGroupName, String accountName, String databaseName, Context context)
Migrate an Azure Cosmos DB MongoDB database from manual throughput to autoscale.
Parameters:
Returns:
migrateMongoDBDatabaseToAutoscaleAsync
public abstract Mono
Migrate an Azure Cosmos DB MongoDB database from manual throughput to autoscale.
Parameters:
Returns:
migrateMongoDBDatabaseToAutoscaleWithResponseAsync
public abstract Mono
Migrate an Azure Cosmos DB MongoDB database from manual throughput to autoscale.
Parameters:
Returns:
migrateMongoDBDatabaseToManualThroughput
public abstract ThroughputSettingsGetResultsInner migrateMongoDBDatabaseToManualThroughput(String resourceGroupName, String accountName, String databaseName)
Migrate an Azure Cosmos DB MongoDB database from autoscale to manual throughput.
Parameters:
Returns:
migrateMongoDBDatabaseToManualThroughput
public abstract ThroughputSettingsGetResultsInner migrateMongoDBDatabaseToManualThroughput(String resourceGroupName, String accountName, String databaseName, Context context)
Migrate an Azure Cosmos DB MongoDB database from autoscale to manual throughput.
Parameters:
Returns:
migrateMongoDBDatabaseToManualThroughputAsync
public abstract Mono
Migrate an Azure Cosmos DB MongoDB database from autoscale to manual throughput.
Parameters:
Returns:
migrateMongoDBDatabaseToManualThroughputWithResponseAsync
public abstract Mono
Migrate an Azure Cosmos DB MongoDB database from autoscale to manual throughput.
Parameters:
Returns:
retrieveContinuousBackupInformation
public abstract BackupInformationInner retrieveContinuousBackupInformation(String resourceGroupName, String accountName, String databaseName, String collectionName, ContinuousBackupRestoreLocation location)
Retrieves continuous backup information for a Mongodb collection.
Parameters:
Returns:
retrieveContinuousBackupInformation
public abstract BackupInformationInner retrieveContinuousBackupInformation(String resourceGroupName, String accountName, String databaseName, String collectionName, ContinuousBackupRestoreLocation location, Context context)
Retrieves continuous backup information for a Mongodb collection.
Parameters:
Returns:
retrieveContinuousBackupInformationAsync
public abstract Mono
Retrieves continuous backup information for a Mongodb collection.
Parameters:
Returns:
retrieveContinuousBackupInformationWithResponseAsync
public abstract Mono
Retrieves continuous backup information for a Mongodb collection.
Parameters:
Returns:
updateMongoDBCollectionThroughput
public abstract ThroughputSettingsGetResultsInner updateMongoDBCollectionThroughput(String resourceGroupName, String accountName, String databaseName, String collectionName, ThroughputSettingsUpdateParameters updateThroughputParameters)
Update the RUs per second of an Azure Cosmos DB MongoDB collection.
Parameters:
Returns:
updateMongoDBCollectionThroughput
public abstract ThroughputSettingsGetResultsInner updateMongoDBCollectionThroughput(String resourceGroupName, String accountName, String databaseName, String collectionName, ThroughputSettingsUpdateParameters updateThroughputParameters, Context context)
Update the RUs per second of an Azure Cosmos DB MongoDB collection.
Parameters:
Returns:
updateMongoDBCollectionThroughputAsync
public abstract Mono
Update the RUs per second of an Azure Cosmos DB MongoDB collection.
Parameters:
Returns:
updateMongoDBCollectionThroughputWithResponseAsync
public abstract Mono
Update the RUs per second of an Azure Cosmos DB MongoDB collection.
Parameters:
Returns:
updateMongoDBDatabaseThroughput
public abstract ThroughputSettingsGetResultsInner updateMongoDBDatabaseThroughput(String resourceGroupName, String accountName, String databaseName, ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of the an Azure Cosmos DB MongoDB database.
Parameters:
Returns:
updateMongoDBDatabaseThroughput
public abstract ThroughputSettingsGetResultsInner updateMongoDBDatabaseThroughput(String resourceGroupName, String accountName, String databaseName, ThroughputSettingsUpdateParameters updateThroughputParameters, Context context)
Update RUs per second of the an Azure Cosmos DB MongoDB database.
Parameters:
Returns:
updateMongoDBDatabaseThroughputAsync
public abstract Mono
Update RUs per second of the an Azure Cosmos DB MongoDB database.
Parameters:
Returns:
updateMongoDBDatabaseThroughputWithResponseAsync
public abstract Mono
Update RUs per second of the an Azure Cosmos DB MongoDB database.
Parameters:
Returns:
Applies to
Azure SDK for Java