Compartilhar via


IWithFirewallRule.WithNewFirewallRule Método

Definição

Sobrecargas

WithNewFirewallRule(String)

Cria uma nova regra de firewall no SQL Server.

WithNewFirewallRule(String, String)

Cria uma nova regra de firewall no SQL Server.

WithNewFirewallRule(String, String, String)

Cria uma nova regra de firewall no SQL Server.

WithNewFirewallRule(String)

Cria uma nova regra de firewall no 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

Parâmetros

ipAddress
String

IpAddress para a regra de firewall.

Retornos

Aplica-se a

WithNewFirewallRule(String, String)

Cria uma nova regra de firewall no 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

Parâmetros

startIPAddress
String

Inicie o endereço IP para a regra de firewall.

endIPAddress
String

Endereço IP final para a regra de firewall.

Retornos

Aplica-se a

WithNewFirewallRule(String, String, String)

Cria uma nova regra de firewall no 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

Parâmetros

startIPAddress
String

Inicie o endereço IP para a regra de firewall.

endIPAddress
String

Endereço IP final para a regra de firewall.

firewallRuleName
String

Nome da regra de firewall.

Retornos

Aplica-se a