Interface SqlDatabase.DefinitionStages.WithSourceDatabaseId<ParentT>
- Type Parameters:
ParentT
- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
SqlDatabase.DefinitionStages.Blank<ParentT>
,SqlDatabase.DefinitionStages.WithAllDifferentOptions<ParentT>
,SqlDatabase.DefinitionStages.WithExistingDatabaseAfterElasticPool<ParentT>
,SqlDatabase.SqlDatabaseDefinition<ParentT>
- Enclosing interface:
- SqlDatabase.DefinitionStages
public static interface SqlDatabase.DefinitionStages.WithSourceDatabaseId<ParentT>
The SQL Database definition to set the source database id for database.
-
Method Summary
Modifier and TypeMethodDescriptionwithSourceDatabase
(SqlDatabase sourceDatabase) Sets the resource if of source database for the SQL Database.withSourceDatabase
(String sourceDatabaseId) Sets the resource if of source database for the SQL Database.
-
Method Details
-
withSourceDatabase
Sets the resource if of source database for the SQL Database.Collation, Edition, and MaxSizeBytes must remain the same while the link is active. Values specified for these parameters will be ignored.
- Parameters:
sourceDatabaseId
- id of the source database- Returns:
- The next stage of the definition.
-
withSourceDatabase
Sets the resource if of source database for the SQL Database.Collation, Edition, and MaxSizeBytes must remain the same while the link is active. Values specified for these parameters will be ignored.
- Parameters:
sourceDatabase
- instance of the source database- Returns:
- The next stage of the definition.
-