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
Database |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Database |
properties()
Gets the properties property: Database Migration Resource properties for SQL database. |
|
abstract
Database |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Database |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
Database |
retry(MigrationOperationInput migrationOperationInput)
Retry on going migration for the database. |
|
abstract
Database |
retry(MigrationOperationInput migrationOperationInput, Context context)
Retry on going migration for the database. |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Database |
Method Details
cancel
public abstract void cancel(MigrationOperationInput parameters)
Stop on going migration for the database.
Parameters:
cancel
public abstract void cancel(MigrationOperationInput parameters, Context context)
Stop on going migration for the database.
Parameters:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract DatabaseMigrationSqlDbInner innerModel()
Gets the inner com.azure.resourcemanager.datamigration.fluent.models.DatabaseMigrationSqlDbInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
properties
public abstract DatabaseMigrationPropertiesSqlDb properties()
Gets the properties property: Database Migration Resource properties for SQL database.
Returns:
refresh
public abstract DatabaseMigrationSqlDb refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract DatabaseMigrationSqlDb refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
retry
public abstract DatabaseMigrationSqlDb retry(MigrationOperationInput migrationOperationInput)
Retry on going migration for the database.
Parameters:
Returns:
retry
public abstract DatabaseMigrationSqlDb retry(MigrationOperationInput migrationOperationInput, Context context)
Retry on going migration for the database.
Parameters:
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract DatabaseMigrationSqlDb.Update update()
Begins update for the DatabaseMigrationSqlDb resource.
Returns: