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_02_01.models._models_py3.ProxyOnlyResourceAddressResponse
Constructor
AddressResponse(*, kind: Optional[str] = None, service_ip_address: Optional[str] = None, internal_ip_address: Optional[str] = None, outbound_ip_addresses: Optional[List[str]] = None, vip_mappings: Optional[List[azure.mgmt.web.v2021_02_01.models._models_py3.VirtualIPMapping]] = None, **kwargs)
Parameters
- internal_ip_address
- str
Required
Virtual Network internal IP address of the App Service Environment if it is in internal load-balancing mode.
Variables
- id
- str
Resource Id.
- name
- str
Resource Name.
- type
- str
Resource type.
Feedback
Submit and view feedback for