FlowEndpoints Class
The flow endpoints configuration.
- Inheritance
-
azure.mgmt.web._serialization.ModelFlowEndpoints
Constructor
FlowEndpoints(*, outgoing_ip_addresses: List[_models.IpAddress] | None = None, access_endpoint_ip_addresses: List[_models.IpAddress] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
outgoing_ip_addresses
|
The outgoing ip address. |
access_endpoint_ip_addresses
|
The access endpoint ip address. |
Variables
Name | Description |
---|---|
outgoing_ip_addresses
|
The outgoing ip address. |
access_endpoint_ip_addresses
|
The access endpoint ip address. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python