AzureSqlServerVirtualNetworkRuleAdapter.RemoveVirtualNetworkRule 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 a virtual network rule
public void RemoveVirtualNetworkRule (string resourceGroupName, string serverName, string vnetFirewallRuleName);
member this.RemoveVirtualNetworkRule : string * string * string -> unit
Public Sub RemoveVirtualNetworkRule (resourceGroupName As String, serverName As String, vnetFirewallRuleName As String)
Parameters
- resourceGroupName
- String
The resource group the server is in
- serverName
- String
The name of the server from which the virtual network rule should be removed
- vnetFirewallRuleName
- String
The name of the virtual network rule to remove