SqlPoolRestorePoints Interface
public interface SqlPoolRestorePoints
Resource collection API of SqlPoolRestorePoints.
Method Summary
Method Details
create
public abstract RestorePoint create(String resourceGroupName, String workspaceName, String sqlPoolName, CreateSqlPoolRestorePointDefinition parameters)
Creates a restore point for a data warehouse.
Parameters:
Returns:
create
public abstract RestorePoint create(String resourceGroupName, String workspaceName, String sqlPoolName, CreateSqlPoolRestorePointDefinition parameters, Context context)
Creates a restore point for a data warehouse.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String sqlPoolName, String restorePointName)
Deletes a restore point.
Parameters:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, String restorePointName, Context context)
Deletes a restore point.
Parameters:
Returns:
get
public abstract RestorePoint get(String resourceGroupName, String workspaceName, String sqlPoolName, String restorePointName)
Gets a restore point.
Parameters:
Returns:
getWithResponse
public abstract Response<RestorePoint> getWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, String restorePointName, Context context)
Gets a restore point.
Parameters:
Returns:
list
public abstract PagedIterable<RestorePoint> list(String resourceGroupName, String workspaceName, String sqlPoolName)
Get SQL pool backup Get SQL pool backup information.
Parameters:
Returns:
list
public abstract PagedIterable<RestorePoint> list(String resourceGroupName, String workspaceName, String sqlPoolName, Context context)
Get SQL pool backup Get SQL pool backup information.
Parameters:
Returns: