次の方法で共有


IWebAppBase.OutboundIPAddresses プロパティ

定義

この Web アプリが送信接続に使用する IP アドレスの一覧を取得します。 これらは、この Web アプリによってアクセスされるデータベースのファイアウォール規則を構成するときに使用できます。

public System.Collections.Generic.ISet<string> OutboundIPAddresses { get; }
member this.OutboundIPAddresses : System.Collections.Generic.ISet<string>
Public ReadOnly Property OutboundIPAddresses As ISet(Of String)

プロパティ値

適用対象