你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IRestorableSqlDatabasesOperations Interface

Definition

RestorableSqlDatabasesOperations operations.

public interface IRestorableSqlDatabasesOperations
type IRestorableSqlDatabasesOperations = interface
Public Interface IRestorableSqlDatabasesOperations

Methods

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<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

Extension 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