Versions in this module Expand all Collapse all v1 v1.1.4 Sep 7, 2022 Changes in this version + type DatabaseInstancesClientAPI interface + EnumerateDatabaseInstances func(ctx context.Context, resourceGroupName string, migrateProjectName string, ...) (result migrate.DatabaseInstanceCollection, err error) + GetDatabaseInstance func(ctx context.Context, resourceGroupName string, migrateProjectName string, ...) (result migrate.DatabaseInstance, err error) + type DatabasesClientAPI interface + EnumerateDatabases func(ctx context.Context, resourceGroupName string, migrateProjectName string, ...) (result migrate.DatabaseCollection, err error) + GetDatabase func(ctx context.Context, resourceGroupName string, migrateProjectName string, ...) (result migrate.Database, err error) + type EventsClientAPI interface + DeleteEvent func(ctx context.Context, resourceGroupName string, migrateProjectName string, ...) (result autorest.Response, err error) + EnumerateEvents func(ctx context.Context, resourceGroupName string, migrateProjectName string, ...) (result migrate.EventCollection, err error) + GetEvent func(ctx context.Context, resourceGroupName string, migrateProjectName string, ...) (result migrate.Event, err error) + type MachinesClientAPI interface + EnumerateMachines func(ctx context.Context, resourceGroupName string, migrateProjectName string, ...) (result migrate.MachineCollection, err error) + GetMachine func(ctx context.Context, resourceGroupName string, migrateProjectName string, ...) (result migrate.Machine, err error) + type OperationsClientAPI interface + List func(ctx context.Context) (result migrate.OperationResultList, err error) + type ProjectsClientAPI interface + DeleteMigrateProject func(ctx context.Context, resourceGroupName string, migrateProjectName string) (result autorest.Response, err error) + GetMigrateProject func(ctx context.Context, resourceGroupName string, migrateProjectName string) (result migrate.Project, err error) + PatchMigrateProject func(ctx context.Context, resourceGroupName string, migrateProjectName string, ...) (result migrate.Project, err error) + PutMigrateProject func(ctx context.Context, resourceGroupName string, migrateProjectName string, ...) (result migrate.Project, err error) + RefreshMigrateProjectSummary func(ctx context.Context, resourceGroupName string, migrateProjectName string, ...) (result migrate.RefreshSummaryResult, err error) + RegisterTool func(ctx context.Context, resourceGroupName string, migrateProjectName string, ...) (result migrate.RegistrationResult, err error) + type SolutionsClientAPI interface + CleanupSolutionData func(ctx context.Context, resourceGroupName string, migrateProjectName string, ...) (result autorest.Response, err error) + DeleteSolution func(ctx context.Context, resourceGroupName string, migrateProjectName string, ...) (result autorest.Response, err error) + EnumerateSolutions func(ctx context.Context, resourceGroupName string, migrateProjectName string) (result migrate.SolutionsCollection, err error) + GetConfig func(ctx context.Context, resourceGroupName string, migrateProjectName string, ...) (result migrate.SolutionConfig, err error) + GetSolution func(ctx context.Context, resourceGroupName string, migrateProjectName string, ...) (result migrate.Solution, err error) + PatchSolution func(ctx context.Context, resourceGroupName string, migrateProjectName string, ...) (result migrate.Solution, err error) + PutSolution func(ctx context.Context, resourceGroupName string, migrateProjectName string, ...) (result migrate.Solution, err error)