AzureSqlServerOutboundFirewallRulesAdapter.ListOutboundFirewallRules 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.
Gets a list of all the allowed FQDNs in the list of outbound firewall rules for a server
public System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.OutboundFirewallRules.Model.AzureSqlServerOutboundFirewallRulesModel> ListOutboundFirewallRules (string resourceGroupName, string serverName);
member this.ListOutboundFirewallRules : string * string -> System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.OutboundFirewallRules.Model.AzureSqlServerOutboundFirewallRulesModel>
Public Function ListOutboundFirewallRules (resourceGroupName As String, serverName As String) As List(Of AzureSqlServerOutboundFirewallRulesModel)
Parameters
- resourceGroupName
- String
The name of the resource group
- serverName
- String
The name of the server
Returns
A list of all the firewall rules