Share via


IWithFirewallRule.WithNewFirewallRule Method

Definition

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