DatabaseMigrationsSqlDbs Interface
public interface DatabaseMigrationsSqlDbs
Resource collection API of DatabaseMigrationsSqlDbs.
Method Summary
Method Details
cancel
public abstract void cancel(String resourceGroupName, String sqlDbInstanceName, String targetDbName, MigrationOperationInput parameters)
Stop on going migration for the database.
Parameters:
cancel
public abstract void cancel(String resourceGroupName, String sqlDbInstanceName, String targetDbName, MigrationOperationInput parameters, Context context)
Stop on going migration for the database.
Parameters:
define
public abstract DatabaseMigrationSqlDb.DefinitionStages.Blank define(String name)
Begins definition for a new DatabaseMigrationSqlDb resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String sqlDbInstanceName, String targetDbName)
Delete Database Migration resource.
Parameters:
delete
public abstract void delete(String resourceGroupName, String sqlDbInstanceName, String targetDbName, Boolean force, Context context)
Delete Database Migration resource.
Parameters:
deleteById
public abstract void deleteById(String id)
Delete Database Migration resource.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Boolean force, Context context)
Delete Database Migration resource.
Parameters:
get
public abstract DatabaseMigrationSqlDb get(String resourceGroupName, String sqlDbInstanceName, String targetDbName)
Retrieve the Database Migration resource.
Parameters:
Returns:
getById
public abstract DatabaseMigrationSqlDb getById(String id)
Retrieve the Database Migration resource.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<DatabaseMigrationSqlDb> getByIdWithResponse(String id, UUID migrationOperationId, String expand, Context context)
Retrieve the Database Migration resource.
Parameters:
Returns:
getWithResponse
public abstract Response<DatabaseMigrationSqlDb> getWithResponse(String resourceGroupName, String sqlDbInstanceName, String targetDbName, UUID migrationOperationId, String expand, Context context)
Retrieve the Database Migration resource.
Parameters:
Returns: