FirewallRuleOperationsExtensions.List Method

Definition

Returns a list of Azure SQL Database Server Firewall rules.

public static Microsoft.Azure.Management.Sql.LegacySdk.Models.FirewallRuleListResponse List (this Microsoft.Azure.Management.Sql.LegacySdk.IFirewallRuleOperations operations, string resourceGroupName, string serverName);
static member List : Microsoft.Azure.Management.Sql.LegacySdk.IFirewallRuleOperations * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.FirewallRuleListResponse
<Extension()>
Public Function List (operations As IFirewallRuleOperations, resourceGroupName As String, serverName As String) As FirewallRuleListResponse

Parameters

operations
IFirewallRuleOperations

Reference to the Microsoft.Azure.Management.Sql.LegacySdk.IFirewallRuleOperations.

resourceGroupName
String

Required. The name of the Resource Group to which the server belongs.

serverName
String

Required. The name of the Azure SQL Database Server on which the database is hosted.

Returns

Represents the response to a List Firewall Rules request.

Applies to