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)

public:
[ExtensionAttribute]
static FirewallRuleListResponse^ List(
	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: Microsoft.WindowsAzure.Management.Sql.Models::FirewallRuleListResponse^

Contains the response from a request to List Firewall Rules.

Return to top
Show: