Uses of Class
com.azure.resourcemanager.appservice.models.FlowEndpointsConfiguration
Packages that use FlowEndpointsConfiguration
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of FlowEndpointsConfiguration in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return FlowEndpointsConfigurationModifier and TypeMethodDescriptionWorkflowProperties.endpointsConfiguration()Get the endpointsConfiguration property: The endpoints configuration.WorkflowVersionInner.endpointsConfiguration()Get the endpointsConfiguration property: The endpoints configuration.WorkflowVersionProperties.endpointsConfiguration()Get the endpointsConfiguration property: The endpoints configuration.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type FlowEndpointsConfigurationModifier and TypeMethodDescriptionWorkflowProperties.withEndpointsConfiguration(FlowEndpointsConfiguration endpointsConfiguration) Set the endpointsConfiguration property: The endpoints configuration.WorkflowVersionInner.withEndpointsConfiguration(FlowEndpointsConfiguration endpointsConfiguration) Set the endpointsConfiguration property: The endpoints configuration.WorkflowVersionProperties.withEndpointsConfiguration(FlowEndpointsConfiguration endpointsConfiguration) Set the endpointsConfiguration property: The endpoints configuration. -
Uses of FlowEndpointsConfiguration in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return FlowEndpointsConfigurationModifier and TypeMethodDescriptionWorkflow.endpointsConfiguration()Get the endpointsConfiguration property: The endpoints configuration.static FlowEndpointsConfigurationFlowEndpointsConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FlowEndpointsConfiguration from the JsonReader.FlowEndpointsConfiguration.withConnector(FlowEndpoints connector) Set the connector property: The connector endpoints.FlowEndpointsConfiguration.withWorkflow(FlowEndpoints workflow) Set the workflow property: The workflow endpoints.Methods in com.azure.resourcemanager.appservice.models with parameters of type FlowEndpointsConfigurationModifier and TypeMethodDescriptionWorkflow.withEndpointsConfiguration(FlowEndpointsConfiguration endpointsConfiguration) Set the endpointsConfiguration property: The endpoints configuration.