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

IRestorableMongodbCollectionsOperations 接口

定义

RestorableMongodbCollectionsOperations 操作。

public interface IRestorableMongodbCollectionsOperations
type IRestorableMongodbCollectionsOperations = interface
Public Interface IRestorableMongodbCollectionsOperations

方法

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

显示在特定数据库下的所有 Azure Cosmos DB MongoDB 集合上完成的所有突变的事件源。 这有助于意外删除容器的情况。 此 API 需要“Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read”权限

扩展方法

List(IRestorableMongodbCollectionsOperations, String, String, String)

显示在特定数据库下的所有 Azure Cosmos DB MongoDB 集合上完成的所有突变的事件源。 这有助于意外删除容器的情况。 此 API 需要“Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read”权限

ListAsync(IRestorableMongodbCollectionsOperations, String, String, String, CancellationToken)

显示在特定数据库下的所有 Azure Cosmos DB MongoDB 集合上完成的所有突变的事件源。 这有助于意外删除容器的情况。 此 API 需要“Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read”权限

适用于