FirewallRuleOperationsExtensions.ListAsync Method

Definition

Returns a list of Azure SQL Database Server Firewall rules.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.FirewallRuleListResponse> ListAsync (this Microsoft.Azure.Management.Sql.LegacySdk.IFirewallRuleOperations operations, string resourceGroupName, string serverName);
static member ListAsync : Microsoft.Azure.Management.Sql.LegacySdk.IFirewallRuleOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.FirewallRuleListResponse>
<Extension()>
Public Function ListAsync (operations As IFirewallRuleOperations, resourceGroupName As String, serverName As String) As Task(Of 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