IntegrationRuntimeDataProxyProperties Class

Definition

Data proxy properties for a managed dedicated integration runtime.

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

Constructors

IntegrationRuntimeDataProxyProperties()

Initializes a new instance of IntegrationRuntimeDataProxyProperties.

Properties

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.

Explicit Interface Implementations

IJsonModel<IntegrationRuntimeDataProxyProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IntegrationRuntimeDataProxyProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IntegrationRuntimeDataProxyProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IntegrationRuntimeDataProxyProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IntegrationRuntimeDataProxyProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to