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
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET