共用方式為


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.

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

Migrate an Azure Cosmos DB MongoDB collection from manual throughput to autoscale

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

Migrate an Azure Cosmos DB MongoDB collection from autoscale to manual throughput

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

Migrate an Azure Cosmos DB MongoDB database from manual throughput to autoscale

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

Migrate an Azure Cosmos DB MongoDB database from autoscale to manual throughput

BeginRetrieveContinuousBackupInformationWithHttpMessagesAsync(String, String, String, String, ContinuousBackupRestoreLocation, Dictionary<String, List<String>>, CancellationToken)

Retrieves continuous backup information for a Mongodb collection.

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.

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

Migrate an Azure Cosmos DB MongoDB collection from manual throughput to autoscale

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

Migrate an Azure Cosmos DB MongoDB collection from autoscale to manual throughput

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

Migrate an Azure Cosmos DB MongoDB database from manual throughput to autoscale

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

Migrate an Azure Cosmos DB MongoDB database from autoscale to manual throughput

RetrieveContinuousBackupInformationWithHttpMessagesAsync(String, String, String, String, ContinuousBackupRestoreLocation, Dictionary<String, List<String>>, CancellationToken)

Retrieves continuous backup information for a Mongodb collection.

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

BeginCreateUpdateMongoDBCollection(IMongoDBResourcesOperations, String, String, String, String, MongoDBCollectionCreateUpdateParameters)

Create or update an Azure Cosmos DB MongoDB Collection

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

Create or update an Azure Cosmos DB MongoDB Collection

BeginCreateUpdateMongoDBDatabase(IMongoDBResourcesOperations, String, String, String, MongoDBDatabaseCreateUpdateParameters)

Create or updates Azure Cosmos DB MongoDB database

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

Create or updates Azure Cosmos DB MongoDB database

BeginDeleteMongoDBCollection(IMongoDBResourcesOperations, String, String, String, String)

Deletes an existing Azure Cosmos DB MongoDB Collection.

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

Deletes an existing Azure Cosmos DB MongoDB Collection.

BeginDeleteMongoDBDatabase(IMongoDBResourcesOperations, String, String, String)

Deletes an existing Azure Cosmos DB MongoDB database.

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

Deletes an existing Azure Cosmos DB MongoDB database.

BeginMigrateMongoDBCollectionToAutoscale(IMongoDBResourcesOperations, String, String, String, String)

Migrate an Azure Cosmos DB MongoDB collection from manual throughput to autoscale

BeginMigrateMongoDBCollectionToAutoscaleAsync(IMongoDBResourcesOperations, String, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB MongoDB collection from manual throughput to autoscale

BeginMigrateMongoDBCollectionToManualThroughput(IMongoDBResourcesOperations, String, String, String, String)

Migrate an Azure Cosmos DB MongoDB collection from autoscale to manual throughput

BeginMigrateMongoDBCollectionToManualThroughputAsync(IMongoDBResourcesOperations, String, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB MongoDB collection from autoscale to manual throughput

BeginMigrateMongoDBDatabaseToAutoscale(IMongoDBResourcesOperations, String, String, String)

Migrate an Azure Cosmos DB MongoDB database from manual throughput to autoscale

BeginMigrateMongoDBDatabaseToAutoscaleAsync(IMongoDBResourcesOperations, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB MongoDB database from manual throughput to autoscale

BeginMigrateMongoDBDatabaseToManualThroughput(IMongoDBResourcesOperations, String, String, String)

Migrate an Azure Cosmos DB MongoDB database from autoscale to manual throughput

BeginMigrateMongoDBDatabaseToManualThroughputAsync(IMongoDBResourcesOperations, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB MongoDB database from autoscale to manual throughput

BeginRetrieveContinuousBackupInformation(IMongoDBResourcesOperations, String, String, String, String, ContinuousBackupRestoreLocation)

Retrieves continuous backup information for a Mongodb collection.

BeginRetrieveContinuousBackupInformationAsync(IMongoDBResourcesOperations, String, String, String, String, ContinuousBackupRestoreLocation, CancellationToken)

Retrieves continuous backup information for a Mongodb collection.

BeginUpdateMongoDBCollectionThroughput(IMongoDBResourcesOperations, String, String, String, String, ThroughputSettingsUpdateParameters)

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

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

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

BeginUpdateMongoDBDatabaseThroughput(IMongoDBResourcesOperations, String, String, String, ThroughputSettingsUpdateParameters)

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

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

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

CreateUpdateMongoDBCollection(IMongoDBResourcesOperations, String, String, String, String, MongoDBCollectionCreateUpdateParameters)

Create or update an Azure Cosmos DB MongoDB Collection

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

Create or update an Azure Cosmos DB MongoDB Collection

CreateUpdateMongoDBDatabase(IMongoDBResourcesOperations, String, String, String, MongoDBDatabaseCreateUpdateParameters)

Create or updates Azure Cosmos DB MongoDB database

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

Create or updates Azure Cosmos DB MongoDB database

DeleteMongoDBCollection(IMongoDBResourcesOperations, String, String, String, String)

Deletes an existing Azure Cosmos DB MongoDB Collection.

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

Deletes an existing Azure Cosmos DB MongoDB Collection.

DeleteMongoDBDatabase(IMongoDBResourcesOperations, String, String, String)

Deletes an existing Azure Cosmos DB MongoDB database.

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

Deletes an existing Azure Cosmos DB MongoDB database.

GetMongoDBCollection(IMongoDBResourcesOperations, String, String, String, String)

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

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

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

GetMongoDBCollectionThroughput(IMongoDBResourcesOperations, String, String, String, String)

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

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.

GetMongoDBDatabase(IMongoDBResourcesOperations, String, String, String)

Gets the MongoDB databases 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.

GetMongoDBDatabaseThroughput(IMongoDBResourcesOperations, String, String, String)

Gets the RUs per second of the MongoDB database 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.

ListMongoDBCollections(IMongoDBResourcesOperations, String, String, String)

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

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

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

ListMongoDBDatabases(IMongoDBResourcesOperations, String, String)

Lists the MongoDB databases 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.

MigrateMongoDBCollectionToAutoscale(IMongoDBResourcesOperations, String, String, String, String)

Migrate an Azure Cosmos DB MongoDB collection from manual throughput to autoscale

MigrateMongoDBCollectionToAutoscaleAsync(IMongoDBResourcesOperations, String, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB MongoDB collection from manual throughput to autoscale

MigrateMongoDBCollectionToManualThroughput(IMongoDBResourcesOperations, String, String, String, String)

Migrate an Azure Cosmos DB MongoDB collection from autoscale to manual throughput

MigrateMongoDBCollectionToManualThroughputAsync(IMongoDBResourcesOperations, String, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB MongoDB collection from autoscale to manual throughput

MigrateMongoDBDatabaseToAutoscale(IMongoDBResourcesOperations, String, String, String)

Migrate an Azure Cosmos DB MongoDB database from manual throughput to autoscale

MigrateMongoDBDatabaseToAutoscaleAsync(IMongoDBResourcesOperations, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB MongoDB database from manual throughput to autoscale

MigrateMongoDBDatabaseToManualThroughput(IMongoDBResourcesOperations, String, String, String)

Migrate an Azure Cosmos DB MongoDB database from autoscale to manual throughput

MigrateMongoDBDatabaseToManualThroughputAsync(IMongoDBResourcesOperations, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB MongoDB database from autoscale to manual throughput

RetrieveContinuousBackupInformation(IMongoDBResourcesOperations, String, String, String, String, ContinuousBackupRestoreLocation)

Retrieves continuous backup information for a Mongodb collection.

RetrieveContinuousBackupInformationAsync(IMongoDBResourcesOperations, String, String, String, String, ContinuousBackupRestoreLocation, CancellationToken)

Retrieves continuous backup information for a Mongodb collection.

UpdateMongoDBCollectionThroughput(IMongoDBResourcesOperations, String, String, String, String, ThroughputSettingsUpdateParameters)

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

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

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

UpdateMongoDBDatabaseThroughput(IMongoDBResourcesOperations, String, String, String, ThroughputSettingsUpdateParameters)

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

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

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

Applies to