ParentT
- the stage of the parent definition to return to after attaching this definitionpublic static interface SqlDatabase.DefinitionStages.WithSourceDatabaseId<ParentT>
Modifier and Type | Method and Description |
---|---|
SqlDatabase.DefinitionStages.WithCreateMode<ParentT> |
withSourceDatabase(SqlDatabase sourceDatabase)
Sets the resource if of source database for the SQL Database.
|
SqlDatabase.DefinitionStages.WithCreateMode<ParentT> |
withSourceDatabase(String sourceDatabaseId)
Sets the resource if of source database for the SQL Database.
|
SqlDatabase.DefinitionStages.WithCreateMode<ParentT> 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 databaseSqlDatabase.DefinitionStages.WithCreateMode<ParentT> 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.