ISqlServer.EnableAccessFromAzureServices Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the Azure services default access to this server to true. A firewall rule named "AllowAllWindowsAzureIps" with the start IP "0.0.0.0" will be added to the SQL server if one does not exist.
public Microsoft.Azure.Management.Sql.Fluent.ISqlFirewallRule EnableAccessFromAzureServices ();
abstract member EnableAccessFromAzureServices : unit -> Microsoft.Azure.Management.Sql.Fluent.ISqlFirewallRule
Public Function EnableAccessFromAzureServices () As ISqlFirewallRule