Partilhar via


IWithIPAddressRange.WithIPAddressRange(String, String) Método

Definição

Define o endereço IP inicial da regra de firewall do SQL Server.

public Microsoft.Azure.Management.Sql.Fluent.SqlFirewallRuleOperations.Definition.IWithCreate WithIPAddressRange (string startIPAddress, string endIPAddress);
abstract member WithIPAddressRange : string * string -> Microsoft.Azure.Management.Sql.Fluent.SqlFirewallRuleOperations.Definition.IWithCreate
Public Function WithIPAddressRange (startIPAddress As String, endIPAddress As String) As IWithCreate

Parâmetros

startIPAddress
String

Endereço IP inicial no formato IPv4.

endIPAddress
String

Endereço IP inicial no formato IPv4.

Retornos

Aplica-se a