Sdílet prostřednictvím


IRestorableMongodbDatabasesOperations Interface

Definition

RestorableMongodbDatabasesOperations operations.

public interface IRestorableMongodbDatabasesOperations
type IRestorableMongodbDatabasesOperations = interface
Public Interface IRestorableMongodbDatabasesOperations

Methods

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

Show the event feed of all mutations done on all the Azure Cosmos DB MongoDB databases under the restorable account. This helps in scenario where database was accidentally deleted to get the deletion time. This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission

Extension Methods

List(IRestorableMongodbDatabasesOperations, String, String)

Show the event feed of all mutations done on all the Azure Cosmos DB MongoDB databases under the restorable account. This helps in scenario where database was accidentally deleted to get the deletion time. This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission

ListAsync(IRestorableMongodbDatabasesOperations, String, String, CancellationToken)

Show the event feed of all mutations done on all the Azure Cosmos DB MongoDB databases under the restorable account. This helps in scenario where database was accidentally deleted to get the deletion time. This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission

Applies to