IWithFirewallRule インターフェイス

定義

SQL ファイアウォール規則を指定できるSQL Server定義のステージ。

public interface IWithFirewallRule : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithFirewallRuleBeta
type IWithFirewallRule = interface
    interface IWithFirewallRuleBeta
    interface IBeta
Public Interface IWithFirewallRule
Implements IBeta, IWithFirewallRuleBeta
派生
実装

メソッド

DefineFirewallRule(String)

このサーバーに追加する新しい SQL ファイアウォール規則の定義を開始します。

(継承元 IWithFirewallRuleBeta)
WithNewFirewallRule(String)

SQL Serverに新しいファイアウォール規則を作成します。

WithNewFirewallRule(String, String)

SQL Serverに新しいファイアウォール規則を作成します。

WithNewFirewallRule(String, String, String)

SQL Serverに新しいファイアウォール規則を作成します。

WithoutAccessFromAzureServices()

このサーバーへの Azure サービスの既定のアクセス権を false に設定します。 既定では、開始 IP "0.0.0.0" で "AllowAllWindowsAzureIps" という名前の特別なファイアウォール規則を使用して、このサーバーへの Azure サービスの既定のアクセスを許可します。

(継承元 IWithFirewallRuleBeta)

適用対象