RestorableDroppedDatabasesClient Interface
public interface RestorableDroppedDatabasesClient
An instance of this class provides access to all the operations defined in RestorableDroppedDatabasesClient.
Method Summary
Method Details
get
public abstract RestorableDroppedDatabaseInner get(String resourceGroupName, String serverName, String restorableDroppedDatabaseId)
Gets a restorable dropped database.
Parameters:
Returns:
getAsync
public abstract Mono
Gets a restorable dropped database.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets a restorable dropped database.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets a restorable dropped database.
Parameters:
Returns:
listByServer
public abstract PagedIterable
Gets a list of restorable dropped databases.
Parameters:
Returns:
listByServer
public abstract PagedIterable
Gets a list of restorable dropped databases.
Parameters:
Returns:
listByServerAsync
public abstract PagedFlux
Gets a list of restorable dropped databases.
Parameters:
Returns:
Applies to
Azure SDK for Java