Dela via


IWithFirewallRule.WithNewFirewallRule Method

Definition

Overloads

WithNewFirewallRule(String)

Creates new firewall rule in the SQL Server.

WithNewFirewallRule(String, String)

Creates new firewall rule in the SQL Server.

WithNewFirewallRule(String, String, String)

Creates new firewall rule in the SQL Server.

WithNewFirewallRule(String)

Creates new firewall rule in the 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

Parameters

ipAddress
String

IpAddress for the firewall rule.

Returns

Applies to

WithNewFirewallRule(String, String)

Creates new firewall rule in the 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

Parameters

startIPAddress
String

Start IP address for the firewall rule.

endIPAddress
String

End 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.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

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