DatabaseMigrationSqlDb Interface

public interface DatabaseMigrationSqlDb

An immutable client-side representation of DatabaseMigrationSqlDb.

Method Summary

Modifier and Type Method and Description
abstract void cancel(MigrationOperationInput parameters)

Stop on going migration for the database.

abstract void cancel(MigrationOperationInput parameters, Context context)

Stop on going migration for the database.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract DatabaseMigrationSqlDbInner innerModel()

Gets the inner com.azure.resourcemanager.datamigration.fluent.models.DatabaseMigrationSqlDbInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract DatabaseMigrationPropertiesSqlDb properties()

Gets the properties property: Database Migration Resource properties for SQL database.

abstract DatabaseMigrationSqlDb refresh()

Refreshes the resource to sync with Azure.

abstract DatabaseMigrationSqlDb refresh(Context context)

Refreshes the resource to sync with Azure.

abstract String resourceGroupName()

Gets the name of the resource group.

abstract SystemDataAutoGenerated systemData()

Gets the systemData property: Metadata pertaining to creation and last modification of the resource.

abstract String type()

Gets the type property: The type of the resource.

abstract Update update()

Begins update for the DatabaseMigrationSqlDb resource.

Method Details

cancel

public abstract void cancel(MigrationOperationInput parameters)

Stop on going migration for the database.

Parameters:

parameters - Required migration operation ID for which cancel will be initiated.

cancel

public abstract void cancel(MigrationOperationInput parameters, Context context)

Stop on going migration for the database.

Parameters:

parameters - Required migration operation ID for which cancel will be initiated.
context - The context to associate with this operation.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract DatabaseMigrationSqlDbInner innerModel()

Gets the inner com.azure.resourcemanager.datamigration.fluent.models.DatabaseMigrationSqlDbInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

properties

public abstract DatabaseMigrationPropertiesSqlDb properties()

Gets the properties property: Database Migration Resource properties for SQL database.

Returns:

the properties value.

refresh

public abstract DatabaseMigrationSqlDb refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract DatabaseMigrationSqlDb refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

resourceGroupName

public abstract String resourceGroupName()

Gets the name of the resource group.

Returns:

the name of the resource group.

systemData

public abstract SystemDataAutoGenerated systemData()

Gets the systemData property: Metadata pertaining to creation and last modification of the resource.

Returns:

the systemData value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract DatabaseMigrationSqlDb.Update update()

Begins update for the DatabaseMigrationSqlDb resource.

Returns:

the stage of resource update.

Applies to