次の方法で共有


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 DatabaseMigrationsMongoToCosmosDbRUMongoesClient getDatabaseMigrationsMongoToCosmosDbRUMongoes()

Gets the DatabaseMigrationsMongoToCosmosDbRUMongoesClient object to access its operations.

abstract DatabaseMigrationsMongoToCosmosDbvCoreMongoesClient getDatabaseMigrationsMongoToCosmosDbvCoreMongoes()

Gets the DatabaseMigrationsMongoToCosmosDbvCoreMongoesClient object to access its operations.

abstract DatabaseMigrationsSqlDbsClient getDatabaseMigrationsSqlDbs()

Gets the DatabaseMigrationsSqlDbsClient object to access its operations.

abstract DatabaseMigrationsSqlMisClient getDatabaseMigrationsSqlMis()

Gets the DatabaseMigrationsSqlMisClient object to access its operations.

abstract DatabaseMigrationsSqlVmsClient getDatabaseMigrationsSqlVms()

Gets the DatabaseMigrationsSqlVmsClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract String getEndpoint()

Gets server parameter.

abstract FilesClient getFiles()

Gets the FilesClient object to access its operations.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract MigrationServicesClient getMigrationServices()

Gets the MigrationServicesClient object to access its operations.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract ProjectsClient getProjects()

Gets the ProjectsClient object to access its operations.

abstract ResourceSkusClient getResourceSkus()

Gets the ResourceSkusClient object to access its operations.

abstract ServicesClient getServices()

Gets the ServicesClient object to access its operations.

abstract ServiceTasksClient getServiceTasks()

Gets the ServiceTasksClient object to access its operations.

abstract SqlMigrationServicesClient getSqlMigrationServices()

Gets the SqlMigrationServicesClient object to access its operations.

abstract String getSubscriptionId()

Gets Subscription ID that identifies an Azure subscription.

abstract TasksClient getTasks()

Gets the TasksClient object to access its operations.

abstract UsagesClient getUsages()

Gets the UsagesClient object to access its operations.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getDatabaseMigrationsMongoToCosmosDbRUMongoes

public abstract DatabaseMigrationsMongoToCosmosDbRUMongoesClient getDatabaseMigrationsMongoToCosmosDbRUMongoes()

Gets the DatabaseMigrationsMongoToCosmosDbRUMongoesClient object to access its operations.

Returns:

the DatabaseMigrationsMongoToCosmosDbRUMongoesClient object.

getDatabaseMigrationsMongoToCosmosDbvCoreMongoes

public abstract DatabaseMigrationsMongoToCosmosDbvCoreMongoesClient getDatabaseMigrationsMongoToCosmosDbvCoreMongoes()

Gets the DatabaseMigrationsMongoToCosmosDbvCoreMongoesClient object to access its operations.

Returns:

the DatabaseMigrationsMongoToCosmosDbvCoreMongoesClient object.

getDatabaseMigrationsSqlDbs

public abstract DatabaseMigrationsSqlDbsClient getDatabaseMigrationsSqlDbs()

Gets the DatabaseMigrationsSqlDbsClient object to access its operations.

Returns:

the DatabaseMigrationsSqlDbsClient object.

getDatabaseMigrationsSqlMis

public abstract DatabaseMigrationsSqlMisClient getDatabaseMigrationsSqlMis()

Gets the DatabaseMigrationsSqlMisClient object to access its operations.

Returns:

the DatabaseMigrationsSqlMisClient object.

getDatabaseMigrationsSqlVms

public abstract DatabaseMigrationsSqlVmsClient getDatabaseMigrationsSqlVms()

Gets the DatabaseMigrationsSqlVmsClient object to access its operations.

Returns:

the DatabaseMigrationsSqlVmsClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getFiles

public abstract FilesClient getFiles()

Gets the FilesClient object to access its operations.

Returns:

the FilesClient object.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getMigrationServices

public abstract MigrationServicesClient getMigrationServices()

Gets the MigrationServicesClient object to access its operations.

Returns:

the MigrationServicesClient object.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getProjects

public abstract ProjectsClient getProjects()

Gets the ProjectsClient object to access its operations.

Returns:

the ProjectsClient object.

getResourceSkus

public abstract ResourceSkusClient getResourceSkus()

Gets the ResourceSkusClient object to access its operations.

Returns:

the ResourceSkusClient object.

getServices

public abstract ServicesClient getServices()

Gets the ServicesClient object to access its operations.

Returns:

the ServicesClient object.

getServiceTasks

public abstract ServiceTasksClient getServiceTasks()

Gets the ServiceTasksClient object to access its operations.

Returns:

the ServiceTasksClient object.

getSqlMigrationServices

public abstract SqlMigrationServicesClient getSqlMigrationServices()

Gets the SqlMigrationServicesClient object to access its operations.

Returns:

the SqlMigrationServicesClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets Subscription ID that identifies an Azure subscription.

Returns:

the subscriptionId value.

getTasks

public abstract TasksClient getTasks()

Gets the TasksClient object to access its operations.

Returns:

the TasksClient object.

getUsages

public abstract UsagesClient getUsages()

Gets the UsagesClient object to access its operations.

Returns:

the UsagesClient object.

Applies to