FirewallRuleOperationsExtensions::ListAsync Method (IFirewallRuleOperations^, String^)
Returns a list of server-level Firewall Rules for an Azure SQL Database Server.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
public: [ExtensionAttribute] static Task<FirewallRuleListResponse^>^ ListAsync( IFirewallRuleOperations^ operations, String^ serverName )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Sql::IFirewallRuleOperations^
Reference to the Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations.
- serverName
-
Type:
System::String^
Required. The name of the Azure SQL Database Server from which to list the Firewall Rules.
Return Value
Type: System.Threading.Tasks::Task<FirewallRuleListResponse^>^Contains the response from a request to List Firewall Rules.
Show: