Share via


AddressResponseProperties interface

AddressResponse resource specific properties

Properties

internalIpAddress

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

outboundIpAddresses

IP addresses appearing on outbound connections.

serviceIpAddress

Main public virtual IP.

vipMappings

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

vipMappings

Additional virtual IPs.

vipMappings?: VirtualIPMapping[]

Property Value