Share via


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

IWithFirewallRule 接口

定义

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

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

方法

DefineFirewallRule(String)

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

(继承自 IWithFirewallRuleBeta)
WithNewFirewallRule(String)

在SQL Server创建新的防火墙规则。

WithNewFirewallRule(String, String)

在SQL Server创建新的防火墙规则。

WithNewFirewallRule(String, String, String)

在SQL Server创建新的防火墙规则。

WithoutAccessFromAzureServices()

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

(继承自 IWithFirewallRuleBeta)

适用于