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. |
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