IRestorableDatabaseAccountsOperations 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.
RestorableDatabaseAccountsOperations operations.
public interface IRestorableDatabaseAccountsOperations
type IRestorableDatabaseAccountsOperations = interface
Public Interface IRestorableDatabaseAccountsOperations
Methods
GetByLocationWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Retrieves the properties of an existing Azure Cosmos DB restorable database account. This call requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read/*' permission. |
ListByLocationWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Lists all the restorable Azure Cosmos DB database accounts available under the subscription and in a region. This call requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read' permission. |
ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken) |
Lists all the restorable Azure Cosmos DB database accounts available under the subscription. This call requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read' permission. |
Extension Methods
GetByLocation(IRestorableDatabaseAccountsOperations, String, String) |
Retrieves the properties of an existing Azure Cosmos DB restorable database account. This call requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read/*' permission. |
GetByLocationAsync(IRestorableDatabaseAccountsOperations, String, String, CancellationToken) |
Retrieves the properties of an existing Azure Cosmos DB restorable database account. This call requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read/*' permission. |
List(IRestorableDatabaseAccountsOperations) |
Lists all the restorable Azure Cosmos DB database accounts available under the subscription. This call requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read' permission. |
ListAsync(IRestorableDatabaseAccountsOperations, CancellationToken) |
Lists all the restorable Azure Cosmos DB database accounts available under the subscription. This call requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read' permission. |
ListByLocation(IRestorableDatabaseAccountsOperations, String) |
Lists all the restorable Azure Cosmos DB database accounts available under the subscription and in a region. This call requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read' permission. |
ListByLocationAsync(IRestorableDatabaseAccountsOperations, String, CancellationToken) |
Lists all the restorable Azure Cosmos DB database accounts available under the subscription and in a region. This call requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read' permission. |