public static interface SqlElasticPoolOperations.DefinitionStages.WithSqlServer
Modifier and Type | Method and Description |
---|---|
SqlElasticPoolOperations.DefinitionStages.WithEdition |
withExistingSqlServer(SqlServer sqlServer)
Sets the parent SQL server for the new Elastic Pool.
|
SqlElasticPoolOperations.DefinitionStages.WithEdition |
withExistingSqlServer(String resourceGroupName,
String sqlServerName,
String location)
Sets the parent SQL server name and resource group it belongs to.
|
SqlElasticPoolOperations.DefinitionStages.WithEdition 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 locationSqlElasticPoolOperations.DefinitionStages.WithEdition withExistingSqlServer(SqlServer sqlServer)
sqlServer
- the parent SQL serverCopyright © 2019. All rights reserved.