DataflowGraphConnectionInput Class

Definition

DataflowGraph DataflowGraphNode Connection Input.

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

Constructors

Name Description
DataflowGraphConnectionInput(String)

Initializes a new instance of DataflowGraphConnectionInput.

Properties

Name Description
Name

Name of the input node.

Schema

Schema settings for the input node.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<DataflowGraphConnectionInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataflowGraphConnectionInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataflowGraphConnectionInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataflowGraphConnectionInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataflowGraphConnectionInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to