RestorableSqlDatabasesOperations interface

Interface representing a RestorableSqlDatabases operations.

Properties

list

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

Property Details

list

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

list: (location: string, instanceId: string, options?: RestorableSqlDatabasesListOptionalParams) => PagedAsyncIterableIterator<RestorableSqlDatabaseGetResult, RestorableSqlDatabaseGetResult[], PageSettings>

Property Value

(location: string, instanceId: string, options?: RestorableSqlDatabasesListOptionalParams) => PagedAsyncIterableIterator<RestorableSqlDatabaseGetResult, RestorableSqlDatabaseGetResult[], PageSettings>