RestorableSqlDatabasesOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for RestorableSqlDatabasesOperations.
public static class RestorableSqlDatabasesOperationsExtensions
type RestorableSqlDatabasesOperationsExtensions = class
Public Module RestorableSqlDatabasesOperationsExtensions
- Inheritance
-
RestorableSqlDatabasesOperationsExtensions
Methods
List(IRestorableSqlDatabasesOperations, String, String) |
Show the event feed of all mutations done on all the Azure Cosmos DB SQL 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(IRestorableSqlDatabasesOperations, String, String, CancellationToken) |
Show the event feed of all mutations done on all the Azure Cosmos DB SQL 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
Azure SDK for .NET