FirewallRuleOperationsExtensions.Get Method (IFirewallRuleOperations, String, String)
Returns the Firewall rule for an Azure SQL Database Server with a matching name.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
<ExtensionAttribute> Public Shared Function Get ( operations As IFirewallRuleOperations, serverName As String, ruleName As String ) As 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: Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleGetResponseContains the response from a request to Get Firewall Rule.
Show: