FlowEndpointsConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The endpoints configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.FlowEndpointsConfigurationTypeConverter))]
public class FlowEndpointsConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFlowEndpointsConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.FlowEndpointsConfigurationTypeConverter))>]
type FlowEndpointsConfiguration = class
interface IFlowEndpointsConfiguration
interface IJsonSerializable
Public Class FlowEndpointsConfiguration
Implements IFlowEndpointsConfiguration
- Inheritance
-
FlowEndpointsConfiguration
- Attributes
- Implements
Constructors
FlowEndpointsConfiguration() |
Creates an new FlowEndpointsConfiguration instance. |
Properties
ConnectorAccessEndpointIPAddress |
The access endpoint ip address. |
ConnectorOutgoingIPAddress |
The outgoing ip address. |
WorkflowAccessEndpointIPAddress |
The access endpoint ip address. |
WorkflowOutgoingIPAddress |
The outgoing ip address. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FlowEndpointsConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FlowEndpointsConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFlowEndpointsConfiguration. |
FromJsonString(String) |
Creates a new instance of FlowEndpointsConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FlowEndpointsConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |