FirewallRuleOperationsExtensions.List Method (IFirewallRuleOperations, String)
Returns a list of server-level Firewall Rules for an Azure SQL Database Server.
Namespace: Microsoft.WindowsAzure.Management.Sql
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public static FirewallRuleListResponse List(
this IFirewallRuleOperations operations,
string serverName
)
public:
[ExtensionAttribute]
static FirewallRuleListResponse^ List(
IFirewallRuleOperations^ operations,
String^ serverName
)
static member List :
operations:IFirewallRuleOperations *
serverName:string -> FirewallRuleListResponse
<ExtensionAttribute>
Public Shared Function List (
operations As IFirewallRuleOperations,
serverName As String
) As FirewallRuleListResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperationsReference to the Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations.
serverName
Type: System.StringRequired. The name of the Azure SQL Database Server from which to list the Firewall Rules.
Return Value
Type: Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleListResponse
Contains the response from a request to List Firewall Rules.
See Also
FirewallRuleOperationsExtensions Class
Microsoft.WindowsAzure.Management.Sql Namespace
Return to top