Interface RestorableSqlDatabasesClient
-
public interface RestorableSqlDatabasesClientAn instance of this class provides access to all the operations defined in RestorableSqlDatabasesClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<RestorableSqlDatabaseGetResultInner>list(String location, String instanceId)Show the event feed of all mutations done on all the Azure Cosmos DB SQL databases under the restorable account.com.azure.core.http.rest.PagedIterable<RestorableSqlDatabaseGetResultInner>list(String location, String instanceId, com.azure.core.util.Context context)Show the event feed of all mutations done on all the Azure Cosmos DB SQL databases under the restorable account.com.azure.core.http.rest.PagedFlux<RestorableSqlDatabaseGetResultInner>listAsync(String location, String instanceId)Show the event feed of all mutations done on all the Azure Cosmos DB SQL databases under the restorable account.
-
-
-
Method Detail
-
listAsync
com.azure.core.http.rest.PagedFlux<RestorableSqlDatabaseGetResultInner> listAsync(String location, String instanceId)
Show the event feed of all mutations done on all the Azure Cosmos DB SQL databases under the restorable account. This helps in scenario where database was accidentally deleted to get the deletion time. This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission.- Parameters:
location- Cosmos DB region, with spaces between words and each word capitalized.instanceId- The instanceId GUID of a restorable database account.- Returns:
- the List operation response, that contains the SQL database events and their properties.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<RestorableSqlDatabaseGetResultInner> list(String location, String instanceId)
Show the event feed of all mutations done on all the Azure Cosmos DB SQL databases under the restorable account. This helps in scenario where database was accidentally deleted to get the deletion time. This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission.- Parameters:
location- Cosmos DB region, with spaces between words and each word capitalized.instanceId- The instanceId GUID of a restorable database account.- Returns:
- the List operation response, that contains the SQL database events and their properties.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<RestorableSqlDatabaseGetResultInner> list(String location, String instanceId, com.azure.core.util.Context context)
Show the event feed of all mutations done on all the Azure Cosmos DB SQL databases under the restorable account. This helps in scenario where database was accidentally deleted to get the deletion time. This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission.- Parameters:
location- Cosmos DB region, with spaces between words and each word capitalized.instanceId- The instanceId GUID of a restorable database account.context- The context to associate with this operation.- Returns:
- the List operation response, that contains the SQL database events and their properties.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
-