RestorableTableResourcesClient Interface
public interface RestorableTableResourcesClient
An instance of this class provides access to all the operations defined in RestorableTableResourcesClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
list(String location, String instanceId)
Return a list of tables that exist on the account at the given timestamp and location. |
abstract
Paged |
list(String location, String instanceId, String restoreLocation, String restoreTimestampInUtc, Context context)
Return a list of tables that exist on the account at the given timestamp and location. |
abstract
Paged |
listAsync(String location, String instanceId)
Return a list of tables that exist on the account at the given timestamp and location. |
abstract
Paged |
listAsync(String location, String instanceId, String restoreLocation, String restoreTimestampInUtc)
Return a list of tables that exist on the account at the given timestamp and location. |
Method Details
list
public abstract PagedIterable
Return a list of tables 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.
Parameters:
Returns:
list
public abstract PagedIterable
Return a list of tables 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.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Return a list of tables 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.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Return a list of tables 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.
Parameters:
Returns:
Applies to
Azure SDK for Java