public static interface SqlServer.DefinitionStages.WithFirewallRule
Modifier and Type | Method and Description |
---|---|
SqlFirewallRule.DefinitionStages.Blank<SqlServer.DefinitionStages.WithCreate> |
defineFirewallRule(String firewallRuleName)
Begins the definition of a new SQL Firewall rule to be added to this server.
|
SqlServer.DefinitionStages.WithCreate |
withNewFirewallRule(String ipAddress)
Deprecated.
|
SqlServer.DefinitionStages.WithCreate |
withNewFirewallRule(String startIPAddress,
String endIPAddress)
Deprecated.
|
SqlServer.DefinitionStages.WithCreate |
withNewFirewallRule(String startIPAddress,
String endIPAddress,
String firewallRuleName)
Deprecated.
|
SqlServer.DefinitionStages.WithCreate |
withoutAccessFromAzureServices()
Sets the Azure services default access to this server to false.
|
@Beta(value=V1_7_0) SqlServer.DefinitionStages.WithCreate withoutAccessFromAzureServices()
The default is to allow Azure services default access to this server via a special firewall rule named "AllowAllWindowsAzureIps" with the start IP "0.0.0.0".
@Beta(value=V1_7_0) SqlFirewallRule.DefinitionStages.Blank<SqlServer.DefinitionStages.WithCreate> defineFirewallRule(String firewallRuleName)
firewallRuleName
- the name of the new SQL Firewall rule@Deprecated SqlServer.DefinitionStages.WithCreate withNewFirewallRule(String ipAddress)
ipAddress
- ipAddress for the firewall rule@Deprecated SqlServer.DefinitionStages.WithCreate withNewFirewallRule(String startIPAddress, String endIPAddress)
startIPAddress
- start IP address for the firewall ruleendIPAddress
- end IP address for the firewall rule@Deprecated SqlServer.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 ruleCopyright © 2019. All rights reserved.