Compartilhar via


IWithFirewallRule.WithNewFirewallRule Método

Definição

Sobrecargas

WithNewFirewallRule(String)

Crie uma nova regra de firewall no SQL Server.

WithNewFirewallRule(String, String)

Crie uma nova regra de firewall no SQL Server.

WithNewFirewallRule(String, String, String)

Cria uma nova regra de firewall no SQL Server.

WithNewFirewallRule(String)

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

Parâmetros

ipAddress
String

Endereço IP para a regra de firewall.

Retornos

Aplica-se a

WithNewFirewallRule(String, String)

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

Parâmetros

startIPAddress
String

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

endIPAddress
String

Endereço IP 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.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

Parâmetros

startIPAddress
String

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

endIPAddress
String

End IP address for the firewall rule.

firewallRuleName
String

Nome da regra de firewall.

Retornos

Aplica-se a