FirewallRuleOperationsExtensions.GetAsync Method (IFirewallRuleOperations, String, String)

 

Returns the Firewall rule for an Azure SQL Database Server with a matching name.

Namespace:   Microsoft.WindowsAzure.Management.Sql
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

<ExtensionAttribute>
Public Shared Function GetAsync (
	operations As IFirewallRuleOperations,
	serverName As String,
	ruleName As String
) As Task(Of FirewallRuleGetResponse)

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 to query for the Firewall Rule.

ruleName
Type: System.String

Required. The name of the rule to retrieve.

Return Value

Type: System.Threading.Tasks.Task(Of FirewallRuleGetResponse)

Contains the response from a request to Get Firewall Rule.

Return to top
Show: