public static interface SqlDatabaseOperations.DefinitionStages.WithSourceDatabaseId
Modifier and Type | Method and Description |
---|---|
SqlDatabaseOperations.DefinitionStages.WithCreateMode |
withSourceDatabase(SqlDatabase sourceDatabase)
Sets the resource if of source database for the SQL Database.
|
SqlDatabaseOperations.DefinitionStages.WithCreateMode |
withSourceDatabase(String sourceDatabaseId)
Sets the resource if of source database for the SQL Database.
|
SqlDatabaseOperations.DefinitionStages.WithCreateMode withSourceDatabase(String sourceDatabaseId)
Collation, Edition, and MaxSizeBytes must remain the same while the link is active. Values specified for these parameters will be ignored.
sourceDatabaseId
- id of the source databaseSqlDatabaseOperations.DefinitionStages.WithCreateMode withSourceDatabase(SqlDatabase sourceDatabase)
Collation, Edition, and MaxSizeBytes must remain the same while the link is active. Values specified for these parameters will be ignored.
sourceDatabase
- instance of the source databaseCopyright © 2019. All rights reserved.