次の方法で共有


FirewallRule クラス

定義

Azure SQL データベース サーバーのファイアウォール規則を表します。

public class FirewallRule : Microsoft.WindowsAzure.Management.Sql.Models.SqlModelCommon
type FirewallRule = class
    inherit SqlModelCommon
Public Class FirewallRule
Inherits SqlModelCommon
継承
FirewallRule

コンストラクター

FirewallRule()

FirewallRule クラスの新しいインスタンスを初期化します。

プロパティ

EndIPAddress

省略可能。 このファイアウォール規則の終了 IP アドレスを取得します。

Name

任意。 サービス リソースの名前を取得します。

(継承元 SqlModelCommon)
StartIPAddress

任意。 このファイアウォール規則の開始 IP アドレスを取得します。

State

省略可能。 サービス リソースの状態を取得します。

(継承元 SqlModelCommon)
Type

省略可能。 サービス リソースの種類を取得します。

(継承元 SqlModelCommon)

適用対象