IRestorableMongodbResourcesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
RestorableMongodbResourcesOperations operations.
public interface IRestorableMongodbResourcesOperations
type IRestorableMongodbResourcesOperations = interface
Public Interface IRestorableMongodbResourcesOperations
Methods
ListWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Return a list of database and collection 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. |
Extension Methods
List(IRestorableMongodbResourcesOperations, String, String, String, String) |
Return a list of database and collection 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(IRestorableMongodbResourcesOperations, String, String, String, String, CancellationToken) |
Return a list of database and collection 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
Azure SDK for .NET