AddressResponse Class
Describes main public IP address and any extra virtual IPs.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2021_01_15.models._models_py3.ProxyOnlyResourceAddressResponse
Constructor
AddressResponse(*, kind: str | None = None, service_ip_address: str | None = None, internal_ip_address: str | None = None, outbound_ip_addresses: List[str] | None = None, vip_mappings: List[_models.VirtualIPMapping] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
kind
|
Kind of resource. |
service_ip_address
|
Main public virtual IP. |
internal_ip_address
|
Virtual Network internal IP address of the App Service Environment if it is in internal load-balancing mode. |
outbound_ip_addresses
|
IP addresses appearing on outbound connections. |
vip_mappings
|
Additional virtual IPs. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
type
|
Resource type. |
service_ip_address
|
Main public virtual IP. |
internal_ip_address
|
Virtual Network internal IP address of the App Service Environment if it is in internal load-balancing mode. |
outbound_ip_addresses
|
IP addresses appearing on outbound connections. |
vip_mappings
|
Additional virtual IPs. |
Azure SDK for Python