public static interface SqlDatabaseOperations.DefinitionStages.WithSqlServer
| Modifier and Type | Method and Description |
|---|---|
SqlDatabaseOperations.DefinitionStages.WithAllDifferentOptions |
withExistingSqlServer(SqlServer sqlServer)
Sets the parent SQL server for the new SQL Database.
|
SqlDatabaseOperations.DefinitionStages.WithAllDifferentOptions |
withExistingSqlServer(String resourceGroupName,
String sqlServerName,
String location)
Sets the parent SQL server name and resource group it belongs to.
|
@Beta(value=V1_7_0) SqlDatabaseOperations.DefinitionStages.WithAllDifferentOptions withExistingSqlServer(String resourceGroupName, String sqlServerName, String location)
resourceGroupName - the name of the resource group the parent SQL serversqlServerName - the parent SQL server namelocation - the parent SQL server location@Beta(value=V1_7_0) SqlDatabaseOperations.DefinitionStages.WithAllDifferentOptions withExistingSqlServer(SqlServer sqlServer)
sqlServer - the parent SQL serverCopyright © 2019. All rights reserved.