Compartir a través de


IWithEndIPAddress.WithEndIPAddress(String) Método

Definición

Establece la dirección IP final de la regla de firewall de SQL Server.

public Microsoft.Azure.Management.Sql.Fluent.SqlFirewallRule.Update.IUpdate WithEndIPAddress (string endIPAddress);
abstract member WithEndIPAddress : string -> Microsoft.Azure.Management.Sql.Fluent.SqlFirewallRule.Update.IUpdate
Public Function WithEndIPAddress (endIPAddress As String) As IUpdate

Parámetros

endIPAddress
String

Dirección IP final en formato IPv4.

Devoluciones

Se aplica a