Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithFirewallRuleBeta 接口

定义

允许指定 SQL 防火墙规则的SQL Server定义的阶段。

public interface IWithFirewallRuleBeta : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithFirewallRuleBeta = interface
    interface IBeta
Public Interface IWithFirewallRuleBeta
Implements IBeta
派生
实现

方法

DefineFirewallRule(String)

开始定义要添加到此服务器的新 SQL 防火墙规则。

WithoutAccessFromAzureServices()

将 Azure 服务对此服务器的默认访问权限设置为 false。 默认允许 Azure 服务通过名为“AllowAllWindowsAzureIps”的特殊防火墙规则对此服务器进行默认访问,其起始 IP 为“0.0.0.0”。

适用于