IWithEndIPAddress.WithEndIPAddress(String) メソッド

定義

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

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

パラメーター

endIPAddress
String

IPv4 形式の終了 IP アドレス。

戻り値

適用対象