MigrationServices Interface
public interface MigrationServices
Resource collection API of MigrationServices.
Method Summary
Method Details
define
public abstract MigrationService.DefinitionStages.Blank define(String name)
Begins definition for a new MigrationService resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String migrationServiceName, Context context)
Delete Database Migration Service.
Parameters:
deleteById
public abstract void deleteById(String id)
Delete Database Migration Service.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Delete Database Migration Service.
Parameters:
deleteByResourceGroup
public abstract void deleteByResourceGroup(String resourceGroupName, String migrationServiceName)
Delete Database Migration Service.
Parameters:
getById
public abstract MigrationService getById(String id)
Retrieve the Database Migration Service.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<MigrationService> getByIdWithResponse(String id, Context context)
Retrieve the Database Migration Service.
Parameters:
Returns:
getByResourceGroup
public abstract MigrationService getByResourceGroup(String resourceGroupName, String migrationServiceName)
Retrieve the Database Migration Service.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<MigrationService> getByResourceGroupWithResponse(String resourceGroupName, String migrationServiceName, Context context)
Retrieve the Database Migration Service.
Parameters:
Returns:
list
public abstract PagedIterable<MigrationService> list()
Retrieve all migration services in the subscriptions.
Returns:
list
public abstract PagedIterable<MigrationService> list(Context context)
Retrieve all migration services in the subscriptions.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<MigrationService> listByResourceGroup(String resourceGroupName)
Retrieve all migration services in the resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<MigrationService> listByResourceGroup(String resourceGroupName, Context context)
Retrieve all migration services in the resource group.
Parameters:
Returns:
listMigrations
public abstract PagedIterable<DatabaseMigrationBase> listMigrations(String resourceGroupName, String migrationServiceName)
Retrieve the List of database migrations attached to the service.
Parameters:
Returns:
listMigrations
public abstract PagedIterable<DatabaseMigrationBase> listMigrations(String resourceGroupName, String migrationServiceName, Context context)
Retrieve the List of database migrations attached to the service.
Parameters:
Returns: