AddressResponse interface
Describes main public IP address and any extra virtual IPs.
- Extends
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. |
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
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
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