public static interface SqlServer.DefinitionStages.WithFirewallRule
| Modifier and Type | Method and Description |
|---|---|
SqlServer.DefinitionStages.WithCreate |
withNewFirewallRule(String ipAddress)
Creates new firewall rule in the SQL Server.
|
SqlServer.DefinitionStages.WithCreate |
withNewFirewallRule(String startIPAddress,
String endIPAddress)
Creates new firewall rule in the SQL Server.
|
SqlServer.DefinitionStages.WithCreate |
withNewFirewallRule(String startIPAddress,
String endIPAddress,
String firewallRuleName)
Creates new firewall rule in the SQL Server.
|
SqlServer.DefinitionStages.WithCreate withNewFirewallRule(String ipAddress)
ipAddress - ipAddress for the firewall ruleSqlServer.DefinitionStages.WithCreate withNewFirewallRule(String startIPAddress, String endIPAddress)
startIPAddress - start IP address for the firewall ruleendIPAddress - end IP address for the firewall ruleSqlServer.DefinitionStages.WithCreate withNewFirewallRule(String startIPAddress, String endIPAddress, String firewallRuleName)
startIPAddress - start IP address for the firewall ruleendIPAddress - end IP address for the firewall rulefirewallRuleName - name for the firewall rule/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/