| Modifier and Type | Method and Description |
|---|---|
SqlFirewallRule |
SqlFirewallRules.getBySqlServer(SqlServer sqlServer,
String name)
Gets the SQLDatabase based on the SQLServer instance and FirewallRule name.
|
SqlElasticPool |
SqlElasticPools.getBySqlServer(SqlServer sqlServer,
String name)
Gets the SQLElasticPool based on the SQLServer instance and SQLElasticPool name.
|
SqlDatabase |
SqlDatabases.getBySqlServer(SqlServer sqlServer,
String name)
Gets the SQLDatabase based on the SQLServer instance and SQLDatabase name.
|
List<SqlFirewallRule> |
SqlFirewallRules.listBySqlServer(SqlServer sqlServer)
Gets the SQLDatabase based on the SQLServer.
|
List<SqlElasticPool> |
SqlElasticPools.listBySqlServer(SqlServer sqlServer)
Gets the SQLElasticPool based on the SQLServer.
|
List<SqlDatabase> |
SqlDatabases.listBySqlServer(SqlServer sqlServer)
Gets the SQLDatabase based on the SQLServer.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/