次の方法で共有


DatabaseMigrationsSqlVmsClient Interface

public interface DatabaseMigrationsSqlVmsClient

An instance of this class provides access to all the operations defined in DatabaseMigrationsSqlVmsClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<Void>,Void> beginCancel(String resourceGroupName, String sqlVirtualMachineName, String targetDbName, MigrationOperationInput parameters)

Stop in-progress database migration to SQL VM.

abstract SyncPoller<PollResult<Void>,Void> beginCancel(String resourceGroupName, String sqlVirtualMachineName, String targetDbName, MigrationOperationInput parameters, Context context)

Stop in-progress database migration to SQL VM.

abstract SyncPoller<PollResult<DatabaseMigrationSqlVmInner>,DatabaseMigrationSqlVmInner> beginCreateOrUpdate(String resourceGroupName, String sqlVirtualMachineName, String targetDbName, DatabaseMigrationSqlVmInner parameters)

Create a new database migration to a given SQL VM.

abstract SyncPoller<PollResult<DatabaseMigrationSqlVmInner>,DatabaseMigrationSqlVmInner> beginCreateOrUpdate(String resourceGroupName, String sqlVirtualMachineName, String targetDbName, DatabaseMigrationSqlVmInner parameters, Context context)

Create a new database migration to a given SQL VM.

abstract SyncPoller<PollResult<Void>,Void> beginCutover(String resourceGroupName, String sqlVirtualMachineName, String targetDbName, MigrationOperationInput parameters)

Initiate cutover for in-progress online database migration to SQL VM.

abstract SyncPoller<PollResult<Void>,Void> beginCutover(String resourceGroupName, String sqlVirtualMachineName, String targetDbName, MigrationOperationInput parameters, Context context)

Initiate cutover for in-progress online database migration to SQL VM.

abstract void cancel(String resourceGroupName, String sqlVirtualMachineName, String targetDbName, MigrationOperationInput parameters)

Stop in-progress database migration to SQL VM.

abstract void cancel(String resourceGroupName, String sqlVirtualMachineName, String targetDbName, MigrationOperationInput parameters, Context context)

Stop in-progress database migration to SQL VM.

abstract DatabaseMigrationSqlVmInner createOrUpdate(String resourceGroupName, String sqlVirtualMachineName, String targetDbName, DatabaseMigrationSqlVmInner parameters)

Create a new database migration to a given SQL VM.

abstract DatabaseMigrationSqlVmInner createOrUpdate(String resourceGroupName, String sqlVirtualMachineName, String targetDbName, DatabaseMigrationSqlVmInner parameters, Context context)

Create a new database migration to a given SQL VM.

abstract void cutover(String resourceGroupName, String sqlVirtualMachineName, String targetDbName, MigrationOperationInput parameters)

Initiate cutover for in-progress online database migration to SQL VM.

abstract void cutover(String resourceGroupName, String sqlVirtualMachineName, String targetDbName, MigrationOperationInput parameters, Context context)

Initiate cutover for in-progress online database migration to SQL VM.

abstract DatabaseMigrationSqlVmInner get(String resourceGroupName, String sqlVirtualMachineName, String targetDbName)

Retrieve the specified database migration for a given SQL VM.

abstract Response<DatabaseMigrationSqlVmInner> getWithResponse(String resourceGroupName, String sqlVirtualMachineName, String targetDbName, UUID migrationOperationId, String expand, Context context)

Retrieve the specified database migration for a given SQL VM.

Method Details

beginCancel

public abstract SyncPoller<PollResult<Void>,Void> beginCancel(String resourceGroupName, String sqlVirtualMachineName, String targetDbName, MigrationOperationInput parameters)

Stop in-progress database migration to SQL VM.

Parameters:

resourceGroupName - Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
sqlVirtualMachineName - The sqlVirtualMachineName parameter.
targetDbName - The name of the target database.
parameters - The parameters parameter.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginCancel

public abstract SyncPoller<PollResult<Void>,Void> beginCancel(String resourceGroupName, String sqlVirtualMachineName, String targetDbName, MigrationOperationInput parameters, Context context)

Stop in-progress database migration to SQL VM.

Parameters:

resourceGroupName - Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
sqlVirtualMachineName - The sqlVirtualMachineName parameter.
targetDbName - The name of the target database.
parameters - The parameters parameter.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginCreateOrUpdate

public abstract SyncPoller<PollResult<DatabaseMigrationSqlVmInner>,DatabaseMigrationSqlVmInner> beginCreateOrUpdate(String resourceGroupName, String sqlVirtualMachineName, String targetDbName, DatabaseMigrationSqlVmInner parameters)

Create a new database migration to a given SQL VM.

Parameters:

resourceGroupName - Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
sqlVirtualMachineName - The sqlVirtualMachineName parameter.
targetDbName - The name of the target database.
parameters - Details of SqlMigrationService resource.

Returns:

the SyncPoller<T,U> for polling of database Migration Resource for SQL Virtual Machine.

beginCreateOrUpdate

public abstract SyncPoller<PollResult<DatabaseMigrationSqlVmInner>,DatabaseMigrationSqlVmInner> beginCreateOrUpdate(String resourceGroupName, String sqlVirtualMachineName, String targetDbName, DatabaseMigrationSqlVmInner parameters, Context context)

Create a new database migration to a given SQL VM.

Parameters:

resourceGroupName - Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
sqlVirtualMachineName - The sqlVirtualMachineName parameter.
targetDbName - The name of the target database.
parameters - Details of SqlMigrationService resource.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of database Migration Resource for SQL Virtual Machine.

beginCutover

public abstract SyncPoller<PollResult<Void>,Void> beginCutover(String resourceGroupName, String sqlVirtualMachineName, String targetDbName, MigrationOperationInput parameters)

Initiate cutover for in-progress online database migration to SQL VM.

Parameters:

resourceGroupName - Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
sqlVirtualMachineName - The sqlVirtualMachineName parameter.
targetDbName - The name of the target database.
parameters - The parameters parameter.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginCutover

public abstract SyncPoller<PollResult<Void>,Void> beginCutover(String resourceGroupName, String sqlVirtualMachineName, String targetDbName, MigrationOperationInput parameters, Context context)

Initiate cutover for in-progress online database migration to SQL VM.

Parameters:

resourceGroupName - Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
sqlVirtualMachineName - The sqlVirtualMachineName parameter.
targetDbName - The name of the target database.
parameters - The parameters parameter.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

cancel

public abstract void cancel(String resourceGroupName, String sqlVirtualMachineName, String targetDbName, MigrationOperationInput parameters)

Stop in-progress database migration to SQL VM.

Parameters:

resourceGroupName - Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
sqlVirtualMachineName - The sqlVirtualMachineName parameter.
targetDbName - The name of the target database.
parameters - The parameters parameter.

cancel

public abstract void cancel(String resourceGroupName, String sqlVirtualMachineName, String targetDbName, MigrationOperationInput parameters, Context context)

Stop in-progress database migration to SQL VM.

Parameters:

resourceGroupName - Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
sqlVirtualMachineName - The sqlVirtualMachineName parameter.
targetDbName - The name of the target database.
parameters - The parameters parameter.
context - The context to associate with this operation.

createOrUpdate

public abstract DatabaseMigrationSqlVmInner createOrUpdate(String resourceGroupName, String sqlVirtualMachineName, String targetDbName, DatabaseMigrationSqlVmInner parameters)

Create a new database migration to a given SQL VM.

Parameters:

resourceGroupName - Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
sqlVirtualMachineName - The sqlVirtualMachineName parameter.
targetDbName - The name of the target database.
parameters - Details of SqlMigrationService resource.

Returns:

database Migration Resource for SQL Virtual Machine.

createOrUpdate

public abstract DatabaseMigrationSqlVmInner createOrUpdate(String resourceGroupName, String sqlVirtualMachineName, String targetDbName, DatabaseMigrationSqlVmInner parameters, Context context)

Create a new database migration to a given SQL VM.

Parameters:

resourceGroupName - Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
sqlVirtualMachineName - The sqlVirtualMachineName parameter.
targetDbName - The name of the target database.
parameters - Details of SqlMigrationService resource.
context - The context to associate with this operation.

Returns:

database Migration Resource for SQL Virtual Machine.

cutover

public abstract void cutover(String resourceGroupName, String sqlVirtualMachineName, String targetDbName, MigrationOperationInput parameters)

Initiate cutover for in-progress online database migration to SQL VM.

Parameters:

resourceGroupName - Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
sqlVirtualMachineName - The sqlVirtualMachineName parameter.
targetDbName - The name of the target database.
parameters - The parameters parameter.

cutover

public abstract void cutover(String resourceGroupName, String sqlVirtualMachineName, String targetDbName, MigrationOperationInput parameters, Context context)

Initiate cutover for in-progress online database migration to SQL VM.

Parameters:

resourceGroupName - Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
sqlVirtualMachineName - The sqlVirtualMachineName parameter.
targetDbName - The name of the target database.
parameters - The parameters parameter.
context - The context to associate with this operation.

get

public abstract DatabaseMigrationSqlVmInner get(String resourceGroupName, String sqlVirtualMachineName, String targetDbName)

Retrieve the specified database migration for a given SQL VM.

Parameters:

resourceGroupName - Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
sqlVirtualMachineName - The sqlVirtualMachineName parameter.
targetDbName - The name of the target database.

Returns:

database Migration Resource for SQL Virtual Machine.

getWithResponse

public abstract Response<DatabaseMigrationSqlVmInner> getWithResponse(String resourceGroupName, String sqlVirtualMachineName, String targetDbName, UUID migrationOperationId, String expand, Context context)

Retrieve the specified database migration for a given SQL VM.

Parameters:

resourceGroupName - Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
sqlVirtualMachineName - The sqlVirtualMachineName parameter.
targetDbName - The name of the target database.
migrationOperationId - Optional migration operation ID. If this is provided, then details of migration operation for that ID are retrieved. If not provided (default), then details related to most recent or current operation are retrieved.
expand - Complete migration details be included in the response.
context - The context to associate with this operation.

Returns:

database Migration Resource for SQL Virtual Machine along with Response<T>.

Applies to