SqlFirewallRules Interface
public interface SqlFirewallRules extends SupportsDeletingById,SupportsGettingById,SupportsBatchCreation,SupportsDeletingByParent,HasManager,HasInner
Entry point to SQL FirewallRule 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 FirewallRule name. |
Sql |
getBySqlServer(String resourceGroup, String sqlServerName, String name)
Gets the SQLDatabase based on the resource group name, SQLServer name and FirewallRule 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 SqlFirewallRule getBySqlServer(SqlServer sqlServer, String name)
Gets the SQLDatabase based on the SQLServer instance and FirewallRule name.
Parameters:
Returns:
getBySqlServer
public SqlFirewallRule getBySqlServer(String resourceGroup, String sqlServerName, String name)
Gets the SQLDatabase based on the resource group name, SQLServer name and FirewallRule 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