SqlDatabaseOperations.DefinitionStages.WithSqlServer Interface
public interface WithSqlServer
The stage of the SQL Database rule definition allowing to specify the parent resource group, SQL server and location.
Method Summary
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. |
Method Details
withExistingSqlServer
public SqlDatabaseOperations.DefinitionStages.WithAllDifferentOptions withExistingSqlServer(SqlServer sqlServer)
Sets the parent SQL server for the new SQL Database.
Parameters:
Returns:
withExistingSqlServer
public SqlDatabaseOperations.DefinitionStages.WithAllDifferentOptions 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