IWithFirewallRule Interface

Definition

The stage of the SQL Server update definition allowing to specify the SQL Firewall rules.

public interface IWithFirewallRule
type IWithFirewallRule = interface
Public Interface IWithFirewallRule
Derived

Methods

WithNewFirewallRule(String)

Create new firewall rule in the SQL Server.

WithNewFirewallRule(String, String)

Create new firewall rule in the SQL Server.

WithNewFirewallRule(String, String, String)

Creates new firewall rule in the SQL Server.

WithoutFirewallRule(String)

Removes firewall rule from the SQL Server.

Applies to