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

IWithFirewallRule.WithNewFirewallRule 方法

定义

重载

WithNewFirewallRule(String)

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

WithNewFirewallRule(String, String)

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

WithNewFirewallRule(String, String, String)

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

WithNewFirewallRule(String)

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

public Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithCreate WithNewFirewallRule (string ipAddress);
abstract member WithNewFirewallRule : string -> Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithCreate
Public Function WithNewFirewallRule (ipAddress As String) As IWithCreate

参数

ipAddress
String

防火墙规则的 IpAddress。

返回

适用于

WithNewFirewallRule(String, String)

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

public Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithCreate WithNewFirewallRule (string startIPAddress, string endIPAddress);
abstract member WithNewFirewallRule : string * string -> Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithCreate
Public Function WithNewFirewallRule (startIPAddress As String, endIPAddress As String) As IWithCreate

参数

startIPAddress
String

防火墙规则的起始 IP 地址。

endIPAddress
String

防火墙规则的结束 IP 地址。

返回

适用于

WithNewFirewallRule(String, String, String)

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

public Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithCreate WithNewFirewallRule (string startIPAddress, string endIPAddress, string firewallRuleName);
abstract member WithNewFirewallRule : string * string * string -> Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithCreate
Public Function WithNewFirewallRule (startIPAddress As String, endIPAddress As String, firewallRuleName As String) As IWithCreate

参数

startIPAddress
String

防火墙规则的起始 IP 地址。

endIPAddress
String

防火墙规则的结束 IP 地址。

firewallRuleName
String

防火墙规则的名称。

返回

适用于