DatabaseMigrationSqlDb.UpdateStages.WithProperties Interface

public static interface DatabaseMigrationSqlDb.UpdateStages.WithProperties

The stage of the DatabaseMigrationSqlDb update allowing to specify properties.

Method Summary

Modifier and Type Method and Description
abstract Update withProperties(DatabaseMigrationPropertiesSqlDb properties)

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

Method Details

withProperties

public abstract DatabaseMigrationSqlDb.Update withProperties(DatabaseMigrationPropertiesSqlDb properties)

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

Parameters:

properties - Database Migration Resource properties for SQL database.

Returns:

the next definition stage.

Applies to