Interface SqlElasticPoolOperations.DefinitionStages.WithSqlServer
-
- All Known Subinterfaces:
SqlElasticPoolOperations.SqlElasticPoolOperationsDefinition
- Enclosing interface:
- SqlElasticPoolOperations.DefinitionStages
public static interface SqlElasticPoolOperations.DefinitionStages.WithSqlServerThe first stage of the SQL Server Elastic Pool definition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlElasticPoolOperations.DefinitionStages.WithEditionwithExistingSqlServer(SqlServer sqlServer)Sets the parent SQL server for the new Elastic Pool.SqlElasticPoolOperations.DefinitionStages.WithEditionwithExistingSqlServer(String resourceGroupName, String sqlServerName, String location)Sets the parent SQL server name and resource group it belongs to.
-
-
-
Method Detail
-
withExistingSqlServer
SqlElasticPoolOperations.DefinitionStages.WithEdition withExistingSqlServer(String resourceGroupName, String sqlServerName, String location)
Sets the parent SQL server name and resource group it belongs to.- Parameters:
resourceGroupName- the name of the resource group the parent SQL serversqlServerName- the parent SQL server namelocation- the parent SQL server location- Returns:
- The next stage of the definition.
-
withExistingSqlServer
SqlElasticPoolOperations.DefinitionStages.WithEdition withExistingSqlServer(SqlServer sqlServer)
Sets the parent SQL server for the new Elastic Pool.- Parameters:
sqlServer- the parent SQL server- Returns:
- The next stage of the definition.
-
-