LinkedIntegrationRuntime Class

Definition

The linked integration runtime information.

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

Properties

CreatedOn

The creating time of the linked integration runtime.

DataFactoryLocation

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

DataFactoryName

The name of the data factory 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.

Explicit Interface Implementations

IJsonModel<LinkedIntegrationRuntime>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LinkedIntegrationRuntime>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LinkedIntegrationRuntime>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LinkedIntegrationRuntime>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LinkedIntegrationRuntime>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to