AzureSqlServerIpv6FirewallRuleAdapter.RemoveIpv6FirewallRule 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 IPv6 Firewall Rule
public void RemoveIpv6FirewallRule (string resourceGroupName, string serverName, string ipv6FirewallRuleName);
member this.RemoveIpv6FirewallRule : string * string * string -> unit
Public Sub RemoveIpv6FirewallRule (resourceGroupName As String, serverName As String, ipv6FirewallRuleName As String)
Parameters
- resourceGroupName
- String
The resource group the server is in
- serverName
- String
The name of the server from which the ipv6 firewall rule should be removed
- ipv6FirewallRuleName
- String
The name of the ipv6 firewall rule to remove