public interface SqlFirewallRules extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<SqlFirewallRule>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation<SqlFirewallRule>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByParent, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.sql.implementation.SqlServerManager>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.sql.implementation.ServersInner>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlFirewallRules.SqlFirewallRulesCreatable
Entry point to SQL FirewallRule management API, which already have the SQLServer specified.
|
| Modifier and Type | Method and Description |
|---|---|
SqlFirewallRule |
getBySqlServer(SqlServer sqlServer,
String name)
Gets the SQLDatabase based on the SQLServer instance and FirewallRule name.
|
SqlFirewallRule |
getBySqlServer(String resourceGroup,
String sqlServerName,
String name)
Gets the SQLDatabase based on the resource group name, SQLServer name and FirewallRule name.
|
List<SqlFirewallRule> |
listBySqlServer(SqlServer sqlServer)
Gets the SQLDatabase based on the SQLServer.
|
List<SqlFirewallRule> |
listBySqlServer(String resourceGroupName,
String sqlServerName)
Lists resources of the specified type in the specified resource group and SQLServer.
|
deleteById, deleteByIdAsync, deleteByIdAsyncgetById, getByIdAsync, getByIdAsynccreate, create, createAsync, createAsync, createAsync, createAsyncdeleteByParent, deleteByParentAsync, deleteByParentAsyncSqlFirewallRule getBySqlServer(String resourceGroup, String sqlServerName, String name)
resourceGroup - the name of resource group.sqlServerName - the name of SQLServer.name - the name of SQLDatabase.SqlFirewallRule getBySqlServer(SqlServer sqlServer, String name)
sqlServer - the instance of SQLServer.name - the name of SQLDatabaseList<SqlFirewallRule> listBySqlServer(String resourceGroupName, String sqlServerName)
resourceGroupName - the name of the resource group to list the resources fromsqlServerName - the name of SQLServerList<SqlFirewallRule> listBySqlServer(SqlServer sqlServer)
sqlServer - the instance of SQLServer/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/