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