Share via


SynapseIntegrationRuntimeDataProxyProperties Class

Definition

Data proxy properties for a managed dedicated integration runtime.

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

Constructors

Name Description
SynapseIntegrationRuntimeDataProxyProperties()

Initializes a new instance of SynapseIntegrationRuntimeDataProxyProperties.

Properties

Name Description
ConnectVia

The self-hosted integration runtime reference.

Path

The path to contain the staged data in the Blob storage.

StagingLinkedService

The staging linked service reference.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<SynapseIntegrationRuntimeDataProxyProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseIntegrationRuntimeDataProxyProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseIntegrationRuntimeDataProxyProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseIntegrationRuntimeDataProxyProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to