Share via


DataMigrationManager Class

  • java.lang.Object
    • com.azure.resourcemanager.datamigration.DataMigrationManager

public final class DataMigrationManager

Entry point to DataMigrationManager. Data Migration Client.

Method Summary

Modifier and Type Method and Description
static DataMigrationManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of DataMigration service API entry point.

static DataMigrationManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of DataMigration service API entry point.

static Configurable configure()

Gets a Configurable instance that can be used to create DataMigrationManager with optional configuration.

DatabaseMigrationsMongoToCosmosDbRUMongoes databaseMigrationsMongoToCosmosDbRUMongoes()

Gets the resource collection API of DatabaseMigrationsMongoToCosmosDbRUMongoes.

DatabaseMigrationsMongoToCosmosDbvCoreMongoes databaseMigrationsMongoToCosmosDbvCoreMongoes()

Gets the resource collection API of DatabaseMigrationsMongoToCosmosDbvCoreMongoes.

DatabaseMigrationsSqlDbs databaseMigrationsSqlDbs()

Gets the resource collection API of DatabaseMigrationsSqlDbs.

DatabaseMigrationsSqlMis databaseMigrationsSqlMis()

Gets the resource collection API of DatabaseMigrationsSqlMis.

DatabaseMigrationsSqlVms databaseMigrationsSqlVms()

Gets the resource collection API of DatabaseMigrationsSqlVms.

Files files()

Gets the resource collection API of Files.

MigrationServices migrationServices()

Gets the resource collection API of MigrationServices.

Operations operations()

Gets the resource collection API of Operations.

Projects projects()

Gets the resource collection API of Projects.

ResourceSkus resourceSkus()

Gets the resource collection API of ResourceSkus.

DataMigrationManagementClient serviceClient()

Gets wrapped service client DataMigrationManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Services services()

Gets the resource collection API of Services.

ServiceTasks serviceTasks()

Gets the resource collection API of ServiceTasks.

SqlMigrationServices sqlMigrationServices()

Gets the resource collection API of SqlMigrationServices.

Tasks tasks()

Gets the resource collection API of Tasks.

Usages usages()

Gets the resource collection API of Usages.

Methods inherited from java.lang.Object

Method Details

authenticate

public static DataMigrationManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of DataMigration service API entry point.

Parameters:

httpPipeline - the HttpPipeline configured with Azure authentication credential.
profile - the Azure profile for client.

Returns:

the DataMigration service API instance.

authenticate

public static DataMigrationManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of DataMigration service API entry point.

Parameters:

credential - the credential to use.
profile - the Azure profile for client.

Returns:

the DataMigration service API instance.

configure

public static DataMigrationManager.Configurable configure()

Gets a Configurable instance that can be used to create DataMigrationManager with optional configuration.

Returns:

the Configurable instance allowing configurations.

databaseMigrationsMongoToCosmosDbRUMongoes

public DatabaseMigrationsMongoToCosmosDbRUMongoes databaseMigrationsMongoToCosmosDbRUMongoes()

Gets the resource collection API of DatabaseMigrationsMongoToCosmosDbRUMongoes. It manages DatabaseMigrationCosmosDbMongo.

Returns:

Resource collection API of DatabaseMigrationsMongoToCosmosDbRUMongoes.

databaseMigrationsMongoToCosmosDbvCoreMongoes

public DatabaseMigrationsMongoToCosmosDbvCoreMongoes databaseMigrationsMongoToCosmosDbvCoreMongoes()

Gets the resource collection API of DatabaseMigrationsMongoToCosmosDbvCoreMongoes.

Returns:

Resource collection API of DatabaseMigrationsMongoToCosmosDbvCoreMongoes.

databaseMigrationsSqlDbs

public DatabaseMigrationsSqlDbs databaseMigrationsSqlDbs()

Gets the resource collection API of DatabaseMigrationsSqlDbs. It manages DatabaseMigrationSqlDb.

Returns:

Resource collection API of DatabaseMigrationsSqlDbs.

databaseMigrationsSqlMis

public DatabaseMigrationsSqlMis databaseMigrationsSqlMis()

Gets the resource collection API of DatabaseMigrationsSqlMis. It manages DatabaseMigrationSqlMi.

Returns:

Resource collection API of DatabaseMigrationsSqlMis.

databaseMigrationsSqlVms

public DatabaseMigrationsSqlVms databaseMigrationsSqlVms()

Gets the resource collection API of DatabaseMigrationsSqlVms. It manages DatabaseMigrationSqlVm.

Returns:

Resource collection API of DatabaseMigrationsSqlVms.

files

public Files files()

Gets the resource collection API of Files. It manages ProjectFile.

Returns:

Resource collection API of Files.

migrationServices

public MigrationServices migrationServices()

Gets the resource collection API of MigrationServices. It manages MigrationService.

Returns:

Resource collection API of MigrationServices.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

projects

public Projects projects()

Gets the resource collection API of Projects. It manages Project.

Returns:

Resource collection API of Projects.

resourceSkus

public ResourceSkus resourceSkus()

Gets the resource collection API of ResourceSkus.

Returns:

Resource collection API of ResourceSkus.

serviceClient

public DataMigrationManagementClient serviceClient()

Gets wrapped service client DataMigrationManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Returns:

Wrapped service client DataMigrationManagementClient.

services

public Services services()

Gets the resource collection API of Services. It manages DataMigrationService.

Returns:

Resource collection API of Services.

serviceTasks

public ServiceTasks serviceTasks()

Gets the resource collection API of ServiceTasks.

Returns:

Resource collection API of ServiceTasks.

sqlMigrationServices

public SqlMigrationServices sqlMigrationServices()

Gets the resource collection API of SqlMigrationServices. It manages SqlMigrationService.

Returns:

Resource collection API of SqlMigrationServices.

tasks

public Tasks tasks()

Gets the resource collection API of Tasks. It manages ProjectTask.

Returns:

Resource collection API of Tasks.

usages

public Usages usages()

Gets the resource collection API of Usages.

Returns:

Resource collection API of Usages.

Applies to