AddressResponse Class
Describes main public IP address and any extra virtual IPs.
- Inheritance
-
azure.mgmt.web._serialization.ModelAddressResponse
Constructor
AddressResponse(*, 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 |
---|---|
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 |
---|---|
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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python