MapperConnection 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.
Source connection details.
public class MapperConnection : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.MapperConnection>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.MapperConnection>
public class MapperConnection
type MapperConnection = class
interface IJsonModel<MapperConnection>
interface IPersistableModel<MapperConnection>
type MapperConnection = class
Public Class MapperConnection
Implements IJsonModel(Of MapperConnection), IPersistableModel(Of MapperConnection)
Public Class MapperConnection
- Inheritance
-
MapperConnection
- Implements
Constructors
MapperConnection(MapperConnectionType) |
Initializes a new instance of MapperConnection. |
Properties
CommonDslConnectorProperties |
List of name/value pairs for connection properties. |
ConnectionType |
Type of connection via linked service or dataset. |
IsInlineDataset |
A boolean indicating whether linked service is of type inline dataset. Currently only inline datasets are supported. |
LinkedService |
Linked service reference. |
LinkedServiceType |
Type of the linked service e.g.: AzureBlobFS. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<MapperConnection>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MapperConnection>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MapperConnection>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MapperConnection>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MapperConnection>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET