次の方法で共有


FlowEndpointsConfiguration Class

Definition

The endpoints configuration.

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

Constructors

FlowEndpointsConfiguration()

Initializes a new instance of FlowEndpointsConfiguration.

Properties

Connector

The connector endpoints.

Workflow

The workflow endpoints.

Explicit Interface Implementations

IJsonModel<FlowEndpointsConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FlowEndpointsConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FlowEndpointsConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FlowEndpointsConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FlowEndpointsConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to