FlowEndpointsConfiguration Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.models.FlowEndpointsConfiguration

Implements

public final class FlowEndpointsConfiguration
implements JsonSerializable<FlowEndpointsConfiguration>

The endpoints configuration.

Constructor Summary

Constructor Description
FlowEndpointsConfiguration()

Creates an instance of FlowEndpointsConfiguration class.

Method Summary

Modifier and Type Method and Description
FlowEndpoints connector()

Get the connector property: The connector endpoints.

static FlowEndpointsConfiguration fromJson(JsonReader jsonReader)

Reads an instance of FlowEndpointsConfiguration from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

FlowEndpointsConfiguration withConnector(FlowEndpoints connector)

Set the connector property: The connector endpoints.

FlowEndpointsConfiguration withWorkflow(FlowEndpoints workflow)

Set the workflow property: The workflow endpoints.

FlowEndpoints 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:

the connector value.

fromJson

public static FlowEndpointsConfiguration fromJson(JsonReader jsonReader)

Reads an instance of FlowEndpointsConfiguration from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of FlowEndpointsConfiguration if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the FlowEndpointsConfiguration.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withConnector

public FlowEndpointsConfiguration withConnector(FlowEndpoints connector)

Set the connector property: The connector endpoints.

Parameters:

connector - the connector value to set.

Returns:

the FlowEndpointsConfiguration object itself.

withWorkflow

public FlowEndpointsConfiguration withWorkflow(FlowEndpoints workflow)

Set the workflow property: The workflow endpoints.

Parameters:

workflow - the workflow value to set.

Returns:

the FlowEndpointsConfiguration object itself.

workflow

public FlowEndpoints workflow()

Get the workflow property: The workflow endpoints.

Returns:

the workflow value.

Applies to