FirewallRuleOperationsExtensions.ListAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a list of server-level Firewall Rules for an Azure SQL Database Server.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleListResponse> ListAsync (this Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations operations, string serverName);
static member ListAsync : Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleListResponse>
<Extension()>
Public Function ListAsync (operations As IFirewallRuleOperations, serverName As String) As Task(Of FirewallRuleListResponse)
Parameters
- operations
- IFirewallRuleOperations
Reference to the Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations.
- serverName
- String
Required. The name of the Azure SQL Database Server from which to list the Firewall Rules.
Returns
Contains the response from a request to List Firewall Rules.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET