Uses of Class
com.azure.resourcemanager.appservice.models.FlowEndpoints
Packages that use FlowEndpoints
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of FlowEndpoints in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return FlowEndpointsModifier and TypeMethodDescriptionFlowEndpointsConfiguration.connector()
Get the connector property: The connector endpoints.static FlowEndpoints
FlowEndpoints.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of FlowEndpoints from the JsonReader.FlowEndpoints.withAccessEndpointIpAddresses
(List<IpAddress> accessEndpointIpAddresses) Set the accessEndpointIpAddresses property: The access endpoint ip address.FlowEndpoints.withOutgoingIpAddresses
(List<IpAddress> outgoingIpAddresses) Set the outgoingIpAddresses property: The outgoing ip address.FlowEndpointsConfiguration.workflow()
Get the workflow property: The workflow endpoints.Methods in com.azure.resourcemanager.appservice.models with parameters of type FlowEndpointsModifier and TypeMethodDescriptionFlowEndpointsConfiguration.withConnector
(FlowEndpoints connector) Set the connector property: The connector endpoints.FlowEndpointsConfiguration.withWorkflow
(FlowEndpoints workflow) Set the workflow property: The workflow endpoints.