SqlServer.UpdateStages.WithFirewallRule Interface
public interface WithFirewallRule
The stage of the SQL Server update definition allowing to specify the SQL Firewall rules.
A SQL Server definition for specifying the firewall rule.
Method Summary
Modifier and Type | Method and Description |
---|---|
Sql |
withNewFirewallRule(String ipAddress)
Create new firewall rule in the SQL Server. |
Sql |
withNewFirewallRule(String startIPAddress, String endIPAddress)
Create new firewall rule in the SQL Server. |
Sql |
withNewFirewallRule(String startIPAddress, String endIPAddress, String firewallRuleName)
Creates new firewall rule in the SQL Server. |
Sql |
withoutFirewallRule(String firewallRuleName)
Removes firewall rule from the SQL Server. |
Method Details
withNewFirewallRule
public Update withNewFirewallRule(String ipAddress)
Create new firewall rule in the SQL Server.
Parameters:
Returns:
withNewFirewallRule
public Update withNewFirewallRule(String startIPAddress, String endIPAddress)
Create new firewall rule in the SQL Server.
Parameters:
Returns:
withNewFirewallRule
public Update withNewFirewallRule(String startIPAddress, String endIPAddress, String firewallRuleName)
Creates new firewall rule in the SQL Server.
Parameters:
Returns:
withoutFirewallRule
public Update withoutFirewallRule(String firewallRuleName)
Removes firewall rule from the SQL Server.
Parameters:
Returns:
Applies to
Azure SDK for Java