RestorableDroppedSqlPools Interface
public interface RestorableDroppedSqlPools
Resource collection API of RestorableDroppedSqlPools.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Restorable |
get(String resourceGroupName, String workspaceName, String restorableDroppedSqlPoolId)
Gets a deleted sql pool that can be restored. |
|
abstract
Response<Restorable |
getWithResponse(String resourceGroupName, String workspaceName, String restorableDroppedSqlPoolId, Context context)
Gets a deleted sql pool that can be restored. |
|
abstract
Paged |
listByWorkspace(String resourceGroupName, String workspaceName)
Gets a list of deleted Sql pools that can be restored. |
|
abstract
Paged |
listByWorkspace(String resourceGroupName, String workspaceName, Context context)
Gets a list of deleted Sql pools that can be restored. |
Method Details
get
public abstract RestorableDroppedSqlPool get(String resourceGroupName, String workspaceName, String restorableDroppedSqlPoolId)
Gets a deleted sql pool that can be restored.
Parameters:
Returns:
getWithResponse
public abstract Response<RestorableDroppedSqlPool> getWithResponse(String resourceGroupName, String workspaceName, String restorableDroppedSqlPoolId, Context context)
Gets a deleted sql pool that can be restored.
Parameters:
Returns:
listByWorkspace
public abstract PagedIterable<RestorableDroppedSqlPool> listByWorkspace(String resourceGroupName, String workspaceName)
Gets a list of deleted Sql pools that can be restored.
Parameters:
Returns:
listByWorkspace
public abstract PagedIterable<RestorableDroppedSqlPool> listByWorkspace(String resourceGroupName, String workspaceName, Context context)
Gets a list of deleted Sql pools that can be restored.
Parameters:
Returns: