IWithFirewallRule.WithNewFirewallRule 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.
Overloads
WithNewFirewallRule(String) |
Create new firewall rule in the SQL Server. |
WithNewFirewallRule(String, String) |
Create new firewall rule in the SQL Server. |
WithNewFirewallRule(String, String, String) |
Creates new firewall rule in the SQL Server. |
WithNewFirewallRule(String)
Create new firewall rule in the SQL Server.
public Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IUpdate WithNewFirewallRule (string ipAddress);
abstract member WithNewFirewallRule : string -> Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IUpdate
Public Function WithNewFirewallRule (ipAddress As String) As IUpdate
Parameters
- ipAddress
- String
IP address for the firewall rule.
Returns
Applies to
WithNewFirewallRule(String, String)
Create new firewall rule in the SQL Server.
public Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IUpdate WithNewFirewallRule (string startIPAddress, string endIPAddress);
abstract member WithNewFirewallRule : string * string -> Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IUpdate
Public Function WithNewFirewallRule (startIPAddress As String, endIPAddress As String) As IUpdate
Parameters
- startIPAddress
- String
Start IP address for the firewall rule.
- endIPAddress
- String
IP address for the firewall rule.
Returns
Applies to
WithNewFirewallRule(String, String, String)
Creates new firewall rule in the SQL Server.
public Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IUpdate WithNewFirewallRule (string startIPAddress, string endIPAddress, string firewallRuleName);
abstract member WithNewFirewallRule : string * string * string -> Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IUpdate
Public Function WithNewFirewallRule (startIPAddress As String, endIPAddress As String, firewallRuleName As String) As IUpdate
Parameters
- startIPAddress
- String
Start IP address for the firewall rule.
- endIPAddress
- String
End IP address for the firewall rule.
- firewallRuleName
- String
Name for the firewall rule.
Returns
Applies to
Azure SDK for .NET