MigrationServicesClient Interface
public interface MigrationServicesClient
An instance of this class provides access to all the operations defined in MigrationServicesClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<MigrationServiceInner>,MigrationServiceInner> beginCreateOrUpdate(String resourceGroupName, String migrationServiceName, MigrationServiceInner parameters)
Create or Update Database Migration Service.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<MigrationServiceInner>,MigrationServiceInner> beginCreateOrUpdate(String resourceGroupName, String migrationServiceName, MigrationServiceInner parameters, Context context)
Create or Update Database Migration Service.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String migrationServiceName)
Delete Database Migration Service.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String migrationServiceName, Context context)
Delete Database Migration Service.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<MigrationServiceInner>,MigrationServiceInner> beginUpdate(String resourceGroupName, String migrationServiceName, MigrationServiceUpdate parameters)
Update Database Migration Service.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<MigrationServiceInner>,MigrationServiceInner> beginUpdate(String resourceGroupName, String migrationServiceName, MigrationServiceUpdate parameters, Context context)
Update Database Migration Service.
Parameters:
Returns:
createOrUpdate
public abstract MigrationServiceInner createOrUpdate(String resourceGroupName, String migrationServiceName, MigrationServiceInner parameters)
Create or Update Database Migration Service.
Parameters:
Returns:
createOrUpdate
public abstract MigrationServiceInner createOrUpdate(String resourceGroupName, String migrationServiceName, MigrationServiceInner parameters, Context context)
Create or Update Database Migration Service.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String migrationServiceName)
Delete Database Migration Service.
Parameters:
delete
public abstract void delete(String resourceGroupName, String migrationServiceName, Context context)
Delete Database Migration Service.
Parameters:
getByResourceGroup
public abstract MigrationServiceInner getByResourceGroup(String resourceGroupName, String migrationServiceName)
Retrieve the Database Migration Service.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<MigrationServiceInner> getByResourceGroupWithResponse(String resourceGroupName, String migrationServiceName, Context context)
Retrieve the Database Migration Service.
Parameters:
Returns:
list
public abstract PagedIterable<MigrationServiceInner> list()
Retrieve all migration services in the subscriptions.
Returns:
list
public abstract PagedIterable<MigrationServiceInner> list(Context context)
Retrieve all migration services in the subscriptions.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<MigrationServiceInner> listByResourceGroup(String resourceGroupName)
Retrieve all migration services in the resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<MigrationServiceInner> listByResourceGroup(String resourceGroupName, Context context)
Retrieve all migration services in the resource group.
Parameters:
Returns:
listMigrations
public abstract PagedIterable<DatabaseMigrationBaseInner> listMigrations(String resourceGroupName, String migrationServiceName)
Retrieve the List of database migrations attached to the service.
Parameters:
Returns:
listMigrations
public abstract PagedIterable<DatabaseMigrationBaseInner> listMigrations(String resourceGroupName, String migrationServiceName, Context context)
Retrieve the List of database migrations attached to the service.
Parameters:
Returns:
update
public abstract MigrationServiceInner update(String resourceGroupName, String migrationServiceName, MigrationServiceUpdate parameters)
Update Database Migration Service.
Parameters:
Returns:
update
public abstract MigrationServiceInner update(String resourceGroupName, String migrationServiceName, MigrationServiceUpdate parameters, Context context)
Update Database Migration Service.
Parameters:
Returns: