MapperConnectionReference Class

Definition

Source or target connection reference details.

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

Constructors

MapperConnectionReference()

Initializes a new instance of MapperConnectionReference.

Properties

ConnectionName

Name of the connection.

ConnectionType

Type of connection via linked service or dataset.

Explicit Interface Implementations

IJsonModel<MapperConnectionReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MapperConnectionReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MapperConnectionReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MapperConnectionReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MapperConnectionReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to