Sdílet prostřednictvím


SynapseLinkedIntegrationRuntime Class

Definition

The linked integration runtime information.

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

Properties

CreateOn

The creating time of the linked integration runtime.

DataFactoryLocation

The location of the workspace for which the linked integration runtime belong to.

DataFactoryName

The name of the workspace for which the linked integration runtime belong to.

Name

The name of the linked integration runtime.

SubscriptionId

The subscription ID for which the linked integration runtime belong to.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapseLinkedIntegrationRuntime>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseLinkedIntegrationRuntime>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseLinkedIntegrationRuntime>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseLinkedIntegrationRuntime>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseLinkedIntegrationRuntime>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to