AzureSqlServerOutboundFirewallRulesAdapter.RemoveFirewallRule 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.
Deletes an allowed FQDN from the list of outbound firewall rules for a server
public void RemoveFirewallRule (string resourceGroupName, string serverName, string allowedFQDN);
member this.RemoveFirewallRule : string * string * string -> unit
Public Sub RemoveFirewallRule (resourceGroupName As String, serverName As String, allowedFQDN As String)
Parameters
- resourceGroupName
- String
The resource group the server is in
- serverName
- String
The name of the server from which the firewall rule should be removed
- allowedFQDN
- String
The allowed fully qualified domain name (FQDN) in the list of the outbound firewall rules.