次の方法で共有


IWithIPAddressRange.WithIPAddress(String) メソッド

定義

SQL サーバーのファイアウォール規則の終了 IP アドレスを設定します。

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

パラメーター

ipAddress
String

IPv4 形式の IP アドレス。

戻り値

適用対象