Site.PossibleOutboundIpAddresses Property

Definition

Gets list of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from all tenants except dataComponent. Read-only.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to