Sdílet prostřednictvím


RestorableSqlContainersOperationsExtensions Class

Definition

Extension methods for RestorableSqlContainersOperations.

public static class RestorableSqlContainersOperationsExtensions
type RestorableSqlContainersOperationsExtensions = class
Public Module RestorableSqlContainersOperationsExtensions
Inheritance
RestorableSqlContainersOperationsExtensions

Methods

List(IRestorableSqlContainersOperations, String, String, String, String, String)

Show the event feed of all mutations done on all the Azure Cosmos DB SQL containers under a specific database. This helps in scenario where container was accidentally deleted. This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission

ListAsync(IRestorableSqlContainersOperations, String, String, String, String, String, CancellationToken)

Show the event feed of all mutations done on all the Azure Cosmos DB SQL containers under a specific database. This helps in scenario where container was accidentally deleted. This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission

Applies to