IFirewallRuleOperations.ListAsync Method (String, CancellationToken)
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)
Function ListAsync ( serverName As String, cancellationToken As CancellationToken ) As Task(Of FirewallRuleListResponse)
Parameters
- serverName
-
Type:
System.String
The name of the Azure SQL Database Server from which to list the Firewall Rules.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task(Of FirewallRuleListResponse)Contains the response from a request to List Firewall Rules.
Show: