SqlElasticPools Interface
public interface SqlElasticPools extends SupportsCreating<SqlElasticPool.DefinitionStages.Blank>,SupportsDeletingById,SupportsGettingById,SupportsBatchCreation,SupportsDeletingByParent,HasManager,HasInner
Entry point to SQL Elastic Pool management API.
Method Summary
Modifier and Type | Method and Description |
---|---|
Sql |
getBySqlServer(SqlServer sqlServer, String name)
Gets the SQLElasticPool based on the SQLServer instance and SQLElasticPool name. |
Sql |
getBySqlServer(String resourceGroup, String sqlServerName, String name)
Gets the SQLElasticPool based on the resource group name, SQLServer name and SQLElasticPool name. |
List<Sql |
listBySqlServer(SqlServer sqlServer)
Gets the SQLElasticPool 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 SqlElasticPool getBySqlServer(SqlServer sqlServer, String name)
Gets the SQLElasticPool based on the SQLServer instance and SQLElasticPool name.
Parameters:
Returns:
getBySqlServer
public SqlElasticPool getBySqlServer(String resourceGroup, String sqlServerName, String name)
Gets the SQLElasticPool based on the resource group name, SQLServer name and SQLElasticPool name.
Parameters:
Returns:
listBySqlServer
public List
Gets the SQLElasticPool 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