RestorableDatabaseAccountsClient Interface
public interface RestorableDatabaseAccountsClient
An instance of this class provides access to all the operations defined in RestorableDatabaseAccountsClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Restorable |
getByLocation(String location, String instanceId)
Retrieves the properties of an existing Azure Cosmos DB restorable database account. |
abstract
Mono<Restorable |
getByLocationAsync(String location, String instanceId)
Retrieves the properties of an existing Azure Cosmos DB restorable database account. |
abstract
Response<Restorable |
getByLocationWithResponse(String location, String instanceId, Context context)
Retrieves the properties of an existing Azure Cosmos DB restorable database account. |
abstract
Mono<Response<Restorable |
getByLocationWithResponseAsync(String location, String instanceId)
Retrieves the properties of an existing Azure Cosmos DB restorable database account. |
abstract
Paged |
list()
Lists all the restorable Azure Cosmos DB database accounts available under the subscription. |
abstract
Paged |
list(Context context)
Lists all the restorable Azure Cosmos DB database accounts available under the subscription. |
abstract
Paged |
listAsync()
Lists all the restorable Azure Cosmos DB database accounts available under the subscription. |
abstract
Paged |
listByLocation(String location)
Lists all the restorable Azure Cosmos DB database accounts available under the subscription and in a region. |
abstract
Paged |
listByLocation(String location, Context context)
Lists all the restorable Azure Cosmos DB database accounts available under the subscription and in a region. |
abstract
Paged |
listByLocationAsync(String location)
Lists all the restorable Azure Cosmos DB database accounts available under the subscription and in a region. |
Method Details
getByLocation
public abstract RestorableDatabaseAccountGetResultInner getByLocation(String location, String instanceId)
Retrieves the properties of an existing Azure Cosmos DB restorable database account. This call requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read/*' permission.
Parameters:
Returns:
getByLocationAsync
public abstract Mono
Retrieves the properties of an existing Azure Cosmos DB restorable database account. This call requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read/*' permission.
Parameters:
Returns:
getByLocationWithResponse
public abstract Response
Retrieves the properties of an existing Azure Cosmos DB restorable database account. This call requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read/*' permission.
Parameters:
Returns:
getByLocationWithResponseAsync
public abstract Mono
Retrieves the properties of an existing Azure Cosmos DB restorable database account. This call requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read/*' permission.
Parameters:
Returns:
list
public abstract PagedIterable
Lists all the restorable Azure Cosmos DB database accounts available under the subscription. This call requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read' permission.
Returns:
list
public abstract PagedIterable
Lists all the restorable Azure Cosmos DB database accounts available under the subscription. This call requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read' permission.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists all the restorable Azure Cosmos DB database accounts available under the subscription. This call requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/read' permission.
Returns:
listByLocation
public abstract PagedIterable
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.
Parameters:
Returns:
listByLocation
public abstract PagedIterable
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.
Parameters:
Returns:
listByLocationAsync
public abstract PagedFlux
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.
Parameters:
Returns:
Applies to
Azure SDK for Java