FlowEndpointsConfiguration Class
The endpoints configuration.
- Inheritance
-
azure.mgmt.web._serialization.ModelFlowEndpointsConfiguration
Constructor
FlowEndpointsConfiguration(*, workflow: _models.FlowEndpoints | None = None, connector: _models.FlowEndpoints | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
workflow
|
The workflow endpoints. |
connector
|
The connector endpoints. |
Variables
Name | Description |
---|---|
workflow
|
The workflow endpoints. |
connector
|
The connector endpoints. |
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