Class FlowEndpointsConfiguration
java.lang.Object
com.azure.resourcemanager.appservice.models.FlowEndpointsConfiguration
The endpoints configuration.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of FlowEndpointsConfiguration class. -
Method Summary
Modifier and TypeMethodDescriptionGet the connector property: The connector endpoints.voidvalidate()Validates the instance.withConnector(FlowEndpoints connector) Set the connector property: The connector endpoints.withWorkflow(FlowEndpoints workflow) Set the workflow property: The workflow endpoints.workflow()Get the workflow property: The workflow endpoints.
-
Constructor Details
-
FlowEndpointsConfiguration
public FlowEndpointsConfiguration()Creates an instance of FlowEndpointsConfiguration class.
-
-
Method Details
-
workflow
Get the workflow property: The workflow endpoints.- Returns:
- the workflow value.
-
withWorkflow
Set the workflow property: The workflow endpoints.- Parameters:
workflow- the workflow value to set.- Returns:
- the FlowEndpointsConfiguration object itself.
-
connector
Get the connector property: The connector endpoints.- Returns:
- the connector value.
-
withConnector
Set the connector property: The connector endpoints.- Parameters:
connector- the connector value to set.- Returns:
- the FlowEndpointsConfiguration object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-