Sdílet prostřednictvím


RestorableSqlResourcesOperationsExtensions Class

Definition

Extension methods for RestorableSqlResourcesOperations.

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

Methods

List(IRestorableSqlResourcesOperations, String, String, String, String)

Return a list of database and container combo that exist on the account at the given timestamp and location. This helps in scenarios to validate what resources exist at given timestamp and location. This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission.

ListAsync(IRestorableSqlResourcesOperations, String, String, String, String, CancellationToken)

Return a list of database and container combo that exist on the account at the given timestamp and location. This helps in scenarios to validate what resources exist at given timestamp and location. This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission.

Applies to