SqlElasticPoolOperations.DefinitionStages.WithSqlServer Interface
public interface WithSqlServer
The first stage of the SQL Server Elastic Pool definition.
Method Summary
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. |
Method Details
withExistingSqlServer
public SqlElasticPoolOperations.DefinitionStages.WithEdition withExistingSqlServer(SqlServer sqlServer)
Sets the parent SQL server for the new Elastic Pool.
Parameters:
Returns:
withExistingSqlServer
public SqlElasticPoolOperations.DefinitionStages.WithEdition withExistingSqlServer(String resourceGroupName, String sqlServerName, String location)
Sets the parent SQL server name and resource group it belongs to.
Parameters:
Returns:
Applies to
Azure SDK for Java