AddressResponseInner.InternalIpAddress Property

Definition

Gets or sets virtual Network internal IP address of the App Service Environment if it is in internal load-balancing mode.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.internalIpAddress")]
public string InternalIpAddress { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.internalIpAddress")>]
member this.InternalIpAddress : string with get, set
Public Property InternalIpAddress As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to