IWithFirewallRule.WithNewFirewallRule メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
WithNewFirewallRule(String) |
SQL Serverで新しいファイアウォール規則を作成します。 |
WithNewFirewallRule(String, String) |
SQL Serverで新しいファイアウォール規則を作成します。 |
WithNewFirewallRule(String, String, String) |
SQL Serverに新しいファイアウォール規則を作成します。 |
WithNewFirewallRule(String)
SQL Serverで新しいファイアウォール規則を作成します。
public Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IUpdate WithNewFirewallRule (string ipAddress);
abstract member WithNewFirewallRule : string -> Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IUpdate
Public Function WithNewFirewallRule (ipAddress As String) As IUpdate
パラメーター
- ipAddress
- String
ファイアウォール規則の IP アドレス。
戻り値
適用対象
WithNewFirewallRule(String, String)
SQL Serverで新しいファイアウォール規則を作成します。
public Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IUpdate WithNewFirewallRule (string startIPAddress, string endIPAddress);
abstract member WithNewFirewallRule : string * string -> Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IUpdate
Public Function WithNewFirewallRule (startIPAddress As String, endIPAddress As String) As IUpdate
パラメーター
- startIPAddress
- String
ファイアウォール規則の IP アドレスを開始します。
- endIPAddress
- String
ファイアウォール規則の IP アドレス。
戻り値
適用対象
WithNewFirewallRule(String, String, String)
SQL Serverに新しいファイアウォール規則を作成します。
public Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IUpdate WithNewFirewallRule (string startIPAddress, string endIPAddress, string firewallRuleName);
abstract member WithNewFirewallRule : string * string * string -> Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IUpdate
Public Function WithNewFirewallRule (startIPAddress As String, endIPAddress As String, firewallRuleName As String) As IUpdate
パラメーター
- startIPAddress
- String
ファイアウォール規則の IP アドレスを開始します。
- endIPAddress
- String
ファイアウォール規則の終了 IP アドレス。
- firewallRuleName
- String
ファイアウォール規則の名前。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET