你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IWithFirewallRule.WithNewFirewallRule 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
防火墙规则的名称。