Class FlowEndpointsConfiguration

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

public final class FlowEndpointsConfiguration extends Object
The endpoints configuration.
  • Constructor Details

    • FlowEndpointsConfiguration

      public FlowEndpointsConfiguration()
  • Method Details

    • workflow

      public FlowEndpoints workflow()
      Get the workflow property: The workflow endpoints.
      Returns:
      the workflow value.
    • 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.
    • connector

      public FlowEndpoints connector()
      Get the connector property: The connector endpoints.
      Returns:
      the connector value.
    • 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.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.