DataMigrationManager Class
- java.
lang. Object - com.
azure. resourcemanager. datamigration. DataMigrationManager
- com.
public final class DataMigrationManager
Entry point to DataMigrationManager. Data Migration Client.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Data |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Data |
|
static
Data |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Data |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create Data |
|
Database |
databaseMigrationsMongoToCosmosDbRUMongoes()
Gets the resource collection API of Database |
|
Database |
databaseMigrationsMongoToCosmosDbvCoreMongoes()
Gets the resource collection API of Database |
|
Database |
databaseMigrationsSqlDbs()
Gets the resource collection API of Database |
|
Database |
databaseMigrationsSqlMis()
Gets the resource collection API of Database |
|
Database |
databaseMigrationsSqlVms()
Gets the resource collection API of Database |
| Files |
files()
Gets the resource collection API of Files. |
|
Migration |
migrationServices()
Gets the resource collection API of Migration |
| Operations |
operations()
Gets the resource collection API of Operations. |
| Projects |
projects()
Gets the resource collection API of Projects. |
|
Resource |
resourceSkus()
Gets the resource collection API of Resource |
|
Data |
serviceClient()
Gets wrapped service client Data |
| Services |
services()
Gets the resource collection API of Services. |
|
Service |
serviceTasks()
Gets the resource collection API of Service |
|
Sql |
sqlMigrationServices()
Gets the resource collection API of Sql |
| 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:
Returns:
authenticate
public static DataMigrationManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of DataMigration service API entry point.
Parameters:
Returns:
configure
public static DataMigrationManager.Configurable configure()
Gets a Configurable instance that can be used to create DataMigrationManager with optional configuration.
Returns:
databaseMigrationsMongoToCosmosDbRUMongoes
public DatabaseMigrationsMongoToCosmosDbRUMongoes databaseMigrationsMongoToCosmosDbRUMongoes()
Gets the resource collection API of DatabaseMigrationsMongoToCosmosDbRUMongoes. It manages DatabaseMigrationCosmosDbMongo.
Returns:
databaseMigrationsMongoToCosmosDbvCoreMongoes
public DatabaseMigrationsMongoToCosmosDbvCoreMongoes databaseMigrationsMongoToCosmosDbvCoreMongoes()
Gets the resource collection API of DatabaseMigrationsMongoToCosmosDbvCoreMongoes.
Returns:
databaseMigrationsSqlDbs
public DatabaseMigrationsSqlDbs databaseMigrationsSqlDbs()
Gets the resource collection API of DatabaseMigrationsSqlDbs. It manages DatabaseMigrationSqlDb.
Returns:
databaseMigrationsSqlMis
public DatabaseMigrationsSqlMis databaseMigrationsSqlMis()
Gets the resource collection API of DatabaseMigrationsSqlMis. It manages DatabaseMigrationSqlMi.
Returns:
databaseMigrationsSqlVms
public DatabaseMigrationsSqlVms databaseMigrationsSqlVms()
Gets the resource collection API of DatabaseMigrationsSqlVms. It manages DatabaseMigrationSqlVm.
Returns:
files
public Files files()
Gets the resource collection API of Files. It manages ProjectFile.
Returns:
migrationServices
public MigrationServices migrationServices()
Gets the resource collection API of MigrationServices. It manages MigrationService.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
projects
public Projects projects()
Gets the resource collection API of Projects. It manages Project.
Returns:
resourceSkus
public ResourceSkus resourceSkus()
Gets the resource collection API of ResourceSkus.
Returns:
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:
services
public Services services()
Gets the resource collection API of Services. It manages DataMigrationService.
Returns:
serviceTasks
public ServiceTasks serviceTasks()
Gets the resource collection API of ServiceTasks.
Returns:
sqlMigrationServices
public SqlMigrationServices sqlMigrationServices()
Gets the resource collection API of SqlMigrationServices. It manages SqlMigrationService.
Returns:
tasks
public Tasks tasks()
Gets the resource collection API of Tasks. It manages ProjectTask.
Returns:
usages
public Usages usages()
Gets the resource collection API of Usages.
Returns: