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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python