Compartir a través de


IWithIPAddressRange.WithIPAddress(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.SqlFirewallRuleOperations.Definition.IWithCreate WithIPAddress (string ipAddress);
abstract member WithIPAddress : string -> Microsoft.Azure.Management.Sql.Fluent.SqlFirewallRuleOperations.Definition.IWithCreate
Public Function WithIPAddress (ipAddress As String) As IWithCreate

Parámetros

ipAddress
String

Dirección IP en formato IPv4.

Devoluciones

Se aplica a