public static interface SqlDatabase.DefinitionStages.WithSourceDatabaseId
| Modifier and Type | Method and Description |
|---|---|
SqlDatabase.DefinitionStages.WithCreateMode |
withSourceDatabase(SqlDatabase sourceDatabase)
Sets the resource if of source database for the SQL Database.
|
SqlDatabase.DefinitionStages.WithCreateMode |
withSourceDatabase(String sourceDatabaseId)
Sets the resource if of source database for the SQL Database.
|
SqlDatabase.DefinitionStages.WithCreateMode withSourceDatabase(String sourceDatabaseId)
sourceDatabaseId - id of the source databaseSqlDatabase.DefinitionStages.WithCreateMode withSourceDatabase(SqlDatabase sourceDatabase)
sourceDatabase - instance of the source database/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/