IAddressResponse.InternalIPAddress Property

Definition

Virtual Network internal IP address of the App Service Environment if it is in internal load-balancing mode.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Virtual Network internal IP address of the App Service Environment if it is in internal load-balancing mode.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="internalIpAddress", Update=true)]
public string InternalIPAddress { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Virtual Network internal IP address of the App Service Environment if it is in internal load-balancing mode.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="internalIpAddress", Update=true)>]
member this.InternalIPAddress : string with get, set
Public Property InternalIPAddress As String

Property Value

Attributes

Applies to