FlowEndpoints Class

Definition

The flow endpoints configuration.

public class FlowEndpoints : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.FlowEndpoints>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.FlowEndpoints>
type FlowEndpoints = class
    interface IJsonModel<FlowEndpoints>
    interface IPersistableModel<FlowEndpoints>
Public Class FlowEndpoints
Implements IJsonModel(Of FlowEndpoints), IPersistableModel(Of FlowEndpoints)
Inheritance
FlowEndpoints
Implements

Constructors

FlowEndpoints()

Initializes a new instance of FlowEndpoints.

Properties

AccessEndpointIPAddresses

The access endpoint ip address.

OutgoingIPAddresses

The outgoing ip address.

Explicit Interface Implementations

IJsonModel<FlowEndpoints>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<FlowEndpoints>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FlowEndpoints>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FlowEndpoints>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<FlowEndpoints>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to