DataMigrationManagementClient Interface
public interface DataMigrationManagementClient
The interface for DataMigrationManagementClient class.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
getApiVersion()
Gets Api Version. |
|
abstract
Database |
getDatabaseMigrationsMongoToCosmosDbRUMongoes()
Gets the Database |
|
abstract
Database |
getDatabaseMigrationsMongoToCosmosDbvCoreMongoes()
Gets the Database |
|
abstract
Database |
getDatabaseMigrationsSqlDbs()
Gets the Database |
|
abstract
Database |
getDatabaseMigrationsSqlMis()
Gets the Database |
|
abstract
Database |
getDatabaseMigrationsSqlVms()
Gets the Database |
| abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
| abstract String |
getEndpoint()
Gets server parameter. |
|
abstract
Files |
getFiles()
Gets the Files |
|
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
|
abstract
Migration |
getMigrationServices()
Gets the Migration |
|
abstract
Operations |
getOperations()
Gets the Operations |
|
abstract
Projects |
getProjects()
Gets the Projects |
|
abstract
Resource |
getResourceSkus()
Gets the Resource |
|
abstract
Services |
getServices()
Gets the Services |
|
abstract
Service |
getServiceTasks()
Gets the Service |
|
abstract
Sql |
getSqlMigrationServices()
Gets the Sql |
| abstract String |
getSubscriptionId()
Gets Subscription ID that identifies an Azure subscription. |
|
abstract
Tasks |
getTasks()
Gets the Tasks |
|
abstract
Usages |
getUsages()
Gets the Usages |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getDatabaseMigrationsMongoToCosmosDbRUMongoes
public abstract DatabaseMigrationsMongoToCosmosDbRUMongoesClient getDatabaseMigrationsMongoToCosmosDbRUMongoes()
Gets the DatabaseMigrationsMongoToCosmosDbRUMongoesClient object to access its operations.
Returns:
getDatabaseMigrationsMongoToCosmosDbvCoreMongoes
public abstract DatabaseMigrationsMongoToCosmosDbvCoreMongoesClient getDatabaseMigrationsMongoToCosmosDbvCoreMongoes()
Gets the DatabaseMigrationsMongoToCosmosDbvCoreMongoesClient object to access its operations.
Returns:
getDatabaseMigrationsSqlDbs
public abstract DatabaseMigrationsSqlDbsClient getDatabaseMigrationsSqlDbs()
Gets the DatabaseMigrationsSqlDbsClient object to access its operations.
Returns:
getDatabaseMigrationsSqlMis
public abstract DatabaseMigrationsSqlMisClient getDatabaseMigrationsSqlMis()
Gets the DatabaseMigrationsSqlMisClient object to access its operations.
Returns:
getDatabaseMigrationsSqlVms
public abstract DatabaseMigrationsSqlVmsClient getDatabaseMigrationsSqlVms()
Gets the DatabaseMigrationsSqlVmsClient object to access its operations.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getFiles
public abstract FilesClient getFiles()
Gets the FilesClient object to access its operations.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getMigrationServices
public abstract MigrationServicesClient getMigrationServices()
Gets the MigrationServicesClient object to access its operations.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getProjects
public abstract ProjectsClient getProjects()
Gets the ProjectsClient object to access its operations.
Returns:
getResourceSkus
public abstract ResourceSkusClient getResourceSkus()
Gets the ResourceSkusClient object to access its operations.
Returns:
getServices
public abstract ServicesClient getServices()
Gets the ServicesClient object to access its operations.
Returns:
getServiceTasks
public abstract ServiceTasksClient getServiceTasks()
Gets the ServiceTasksClient object to access its operations.
Returns:
getSqlMigrationServices
public abstract SqlMigrationServicesClient getSqlMigrationServices()
Gets the SqlMigrationServicesClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets Subscription ID that identifies an Azure subscription.
Returns:
getTasks
public abstract TasksClient getTasks()
Gets the TasksClient object to access its operations.
Returns:
getUsages
public abstract UsagesClient getUsages()
Gets the UsagesClient object to access its operations.
Returns: