DatabaseMigrationSqlDb.DefinitionStages.WithProperties Interface

public static interface DatabaseMigrationSqlDb.DefinitionStages.WithProperties

The stage of the DatabaseMigrationSqlDb definition allowing to specify properties.

Method Summary

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

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

Method Details

withProperties

public abstract DatabaseMigrationSqlDb.DefinitionStages.WithCreate 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