FlowEndpointsConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. FlowEndpointsConfiguration
- com.
Implements
public final class FlowEndpointsConfiguration
implements JsonSerializable<FlowEndpointsConfiguration>
The endpoints configuration.
Constructor Summary
Constructor | Description |
---|---|
FlowEndpointsConfiguration() |
Creates an instance of Flow |
Method Summary
Modifier and Type | Method and Description |
---|---|
Flow |
connector()
Get the connector property: The connector endpoints. |
static
Flow |
fromJson(JsonReader jsonReader)
Reads an instance of Flow |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Flow |
withConnector(FlowEndpoints connector)
Set the connector property: The connector endpoints. |
Flow |
withWorkflow(FlowEndpoints workflow)
Set the workflow property: The workflow endpoints. |
Flow |
workflow()
Get the workflow property: The workflow endpoints. |
Methods inherited from java.lang.Object
Constructor Details
FlowEndpointsConfiguration
public FlowEndpointsConfiguration()
Creates an instance of FlowEndpointsConfiguration class.
Method Details
connector
public FlowEndpoints connector()
Get the connector property: The connector endpoints.
Returns:
fromJson
public static FlowEndpointsConfiguration fromJson(JsonReader jsonReader)
Reads an instance of FlowEndpointsConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withConnector
public FlowEndpointsConfiguration withConnector(FlowEndpoints connector)
Set the connector property: The connector endpoints.
Parameters:
Returns:
withWorkflow
public FlowEndpointsConfiguration withWorkflow(FlowEndpoints workflow)
Set the workflow property: The workflow endpoints.
Parameters:
Returns:
workflow
public FlowEndpoints workflow()
Get the workflow property: The workflow endpoints.
Returns:
Applies to
Azure SDK for Java