AddressResponseProperties interface
AddressResponse resource specific properties
Properties
| internal |
Virtual Network internal IP address of the App Service Environment if it is in internal load-balancing mode. |
| outbound |
IP addresses appearing on outbound connections. |
| service |
Main public virtual IP. |
| vip |
Additional virtual IPs. |
Property Details
internalIpAddress
Virtual Network internal IP address of the App Service Environment if it is in internal load-balancing mode.
internalIpAddress?: string
Property Value
string
outboundIpAddresses
IP addresses appearing on outbound connections.
outboundIpAddresses?: string[]
Property Value
string[]
serviceIpAddress
Main public virtual IP.
serviceIpAddress?: string
Property Value
string