SqlDatabases Interface
public interface SqlDatabases extends SupportsCreating<SqlDatabase.DefinitionStages.Blank>,SupportsDeletingById,SupportsGettingById,SupportsBatchCreation,SupportsDeletingByParent,HasManager,HasInner
Entry point to SQL Database management API.
Method Summary
Modifier and Type | Method and Description |
---|---|
Sql |
getBySqlServer(SqlServer sqlServer, String name)
Gets the SQLDatabase based on the SQLServer instance and SQLDatabase name. |
Sql |
getBySqlServer(String resourceGroup, String sqlServerName, String name)
Gets the SQLDatabase based on the resource group name, SQLServer name and SQLDatabase name. |
List<Sql |
listBySqlServer(SqlServer sqlServer)
Gets the SQLDatabase based on the SQLServer. |
List<Sql |
listBySqlServer(String resourceGroupName, String sqlServerName)
Lists resources of the specified type in the specified resource group and SQLServer. |
Inherited Members
Method Details
getBySqlServer
public SqlDatabase getBySqlServer(SqlServer sqlServer, String name)
Gets the SQLDatabase based on the SQLServer instance and SQLDatabase name.
Parameters:
Returns:
getBySqlServer
public SqlDatabase getBySqlServer(String resourceGroup, String sqlServerName, String name)
Gets the SQLDatabase based on the resource group name, SQLServer name and SQLDatabase name.
Parameters:
Returns:
listBySqlServer
public List
Gets the SQLDatabase based on the SQLServer.
Parameters:
Returns:
listBySqlServer
public List
Lists resources of the specified type in the specified resource group and SQLServer.
Parameters:
Returns:
Applies to
Azure SDK for Java