Share via


IMongoDBResourcesOperations Interface

Definition

MongoDBResourcesOperations operations.

public interface IMongoDBResourcesOperations
type IMongoDBResourcesOperations = interface
Public Interface IMongoDBResourcesOperations

Methods

BeginCreateUpdateMongoDBCollectionWithHttpMessagesAsync(String, String, String, String, MongoDBCollectionCreateUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Create or update an Azure Cosmos DB MongoDB Collection

BeginCreateUpdateMongoDBDatabaseWithHttpMessagesAsync(String, String, String, MongoDBDatabaseCreateUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Create or updates Azure Cosmos DB MongoDB database

BeginDeleteMongoDBCollectionWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing Azure Cosmos DB MongoDB Collection.

BeginDeleteMongoDBDatabaseWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing Azure Cosmos DB MongoDB database.

BeginUpdateMongoDBCollectionThroughputWithHttpMessagesAsync(String, String, String, String, ThroughputSettingsUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Update the RUs per second of an Azure Cosmos DB MongoDB collection

BeginUpdateMongoDBDatabaseThroughputWithHttpMessagesAsync(String, String, String, ThroughputSettingsUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Update RUs per second of the an Azure Cosmos DB MongoDB database

CreateUpdateMongoDBCollectionWithHttpMessagesAsync(String, String, String, String, MongoDBCollectionCreateUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Create or update an Azure Cosmos DB MongoDB Collection

CreateUpdateMongoDBDatabaseWithHttpMessagesAsync(String, String, String, MongoDBDatabaseCreateUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Create or updates Azure Cosmos DB MongoDB database

DeleteMongoDBCollectionWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing Azure Cosmos DB MongoDB Collection.

DeleteMongoDBDatabaseWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing Azure Cosmos DB MongoDB database.

GetMongoDBCollectionThroughputWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the RUs per second of the MongoDB collection under an existing Azure Cosmos DB database account with the provided name.

GetMongoDBCollectionWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the MongoDB collection under an existing Azure Cosmos DB database account.

GetMongoDBDatabaseThroughputWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the RUs per second of the MongoDB database under an existing Azure Cosmos DB database account with the provided name.

GetMongoDBDatabaseWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the MongoDB databases under an existing Azure Cosmos DB database account with the provided name.

ListMongoDBCollectionsWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Lists the MongoDB collection under an existing Azure Cosmos DB database account.

ListMongoDBDatabasesWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Lists the MongoDB databases under an existing Azure Cosmos DB database account.

UpdateMongoDBCollectionThroughputWithHttpMessagesAsync(String, String, String, String, ThroughputSettingsUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Update the RUs per second of an Azure Cosmos DB MongoDB collection

UpdateMongoDBDatabaseThroughputWithHttpMessagesAsync(String, String, String, ThroughputSettingsUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Update RUs per second of the an Azure Cosmos DB MongoDB database

Extension Methods

BeginCreateUpdateMongoDBCollectionAsync(IMongoDBResourcesOperations, String, String, String, String, MongoDBCollectionCreateUpdateParameters, CancellationToken)

Create or update an Azure Cosmos DB MongoDB Collection

BeginCreateUpdateMongoDBDatabaseAsync(IMongoDBResourcesOperations, String, String, String, MongoDBDatabaseCreateUpdateParameters, CancellationToken)

Create or updates Azure Cosmos DB MongoDB database

BeginDeleteMongoDBCollectionAsync(IMongoDBResourcesOperations, String, String, String, String, CancellationToken)

Deletes an existing Azure Cosmos DB MongoDB Collection.

BeginDeleteMongoDBDatabaseAsync(IMongoDBResourcesOperations, String, String, String, CancellationToken)

Deletes an existing Azure Cosmos DB MongoDB database.

BeginUpdateMongoDBCollectionThroughputAsync(IMongoDBResourcesOperations, String, String, String, String, ThroughputSettingsUpdateParameters, CancellationToken)

Update the RUs per second of an Azure Cosmos DB MongoDB collection

BeginUpdateMongoDBDatabaseThroughputAsync(IMongoDBResourcesOperations, String, String, String, ThroughputSettingsUpdateParameters, CancellationToken)

Update RUs per second of the an Azure Cosmos DB MongoDB database

CreateUpdateMongoDBCollectionAsync(IMongoDBResourcesOperations, String, String, String, String, MongoDBCollectionCreateUpdateParameters, CancellationToken)

Create or update an Azure Cosmos DB MongoDB Collection

CreateUpdateMongoDBDatabaseAsync(IMongoDBResourcesOperations, String, String, String, MongoDBDatabaseCreateUpdateParameters, CancellationToken)

Create or updates Azure Cosmos DB MongoDB database

DeleteMongoDBCollectionAsync(IMongoDBResourcesOperations, String, String, String, String, CancellationToken)

Deletes an existing Azure Cosmos DB MongoDB Collection.

DeleteMongoDBDatabaseAsync(IMongoDBResourcesOperations, String, String, String, CancellationToken)

Deletes an existing Azure Cosmos DB MongoDB database.

GetMongoDBCollectionAsync(IMongoDBResourcesOperations, String, String, String, String, CancellationToken)

Gets the MongoDB collection under an existing Azure Cosmos DB database account.

GetMongoDBCollectionThroughputAsync(IMongoDBResourcesOperations, String, String, String, String, CancellationToken)

Gets the RUs per second of the MongoDB collection under an existing Azure Cosmos DB database account with the provided name.

GetMongoDBDatabaseAsync(IMongoDBResourcesOperations, String, String, String, CancellationToken)

Gets the MongoDB databases under an existing Azure Cosmos DB database account with the provided name.

GetMongoDBDatabaseThroughputAsync(IMongoDBResourcesOperations, String, String, String, CancellationToken)

Gets the RUs per second of the MongoDB database under an existing Azure Cosmos DB database account with the provided name.

ListMongoDBCollectionsAsync(IMongoDBResourcesOperations, String, String, String, CancellationToken)

Lists the MongoDB collection under an existing Azure Cosmos DB database account.

ListMongoDBDatabasesAsync(IMongoDBResourcesOperations, String, String, CancellationToken)

Lists the MongoDB databases under an existing Azure Cosmos DB database account.

UpdateMongoDBCollectionThroughputAsync(IMongoDBResourcesOperations, String, String, String, String, ThroughputSettingsUpdateParameters, CancellationToken)

Update the RUs per second of an Azure Cosmos DB MongoDB collection

UpdateMongoDBDatabaseThroughputAsync(IMongoDBResourcesOperations, String, String, String, ThroughputSettingsUpdateParameters, CancellationToken)

Update RUs per second of the an Azure Cosmos DB MongoDB database

Applies to