Dela via


AzureSqlServerOutboundFirewallRulesAdapter.RemoveFirewallRule Method

Definition

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.

Applies to