AddressResponse interface

Describes main public IP address and any extra virtual IPs.

Extends

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.

Inherited Properties

id

Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.

kind

Kind of resource.

name

Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.

type

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

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

Inherited Property Details

id

Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From ProxyOnlyResource.id

kind

Kind of resource.

kind?: string

Property Value

string

Inherited From ProxyOnlyResource.kind

name

Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From ProxyOnlyResource.name

type

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From ProxyOnlyResource.type