次の方法で共有


SiteInner.OutboundIpAddresses プロパティ

定義

アプリが送信接続 (データベース アクセスなど) に使用する IP アドレスの一覧を取得します。 現在の設定でサイトをホストできるテナントの VIP が含まれます。 読み取り専用です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.outboundIpAddresses")]
public string OutboundIpAddresses { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.outboundIpAddresses")>]
member this.OutboundIpAddresses : string
Public ReadOnly Property OutboundIpAddresses As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象