public static interface SqlServer.DefinitionStages.WithFirewallRule
| Modifier and Type | Method and Description |
|---|---|
SqlFirewallRule.DefinitionStages.Blank<? extends SqlServer.DefinitionStages.WithCreate> |
defineFirewallRule(String firewallRuleName)
Begins the definition of a new SQL Firewall rule to be added to this server.
|
SqlServer.DefinitionStages.WithCreate |
withoutAccessFromAzureServices()
Sets the Azure services default access to this server to false.
|
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".
SqlFirewallRule.DefinitionStages.Blank<? extends SqlServer.DefinitionStages.WithCreate> defineFirewallRule(String firewallRuleName)
firewallRuleName - the name of the new SQL Firewall ruleCopyright © 2020 Microsoft Corporation. All rights reserved.