LinkedIntegrationRuntimeType Class

Definition

The base definition of a linked integration runtime. Please note LinkedIntegrationRuntimeType is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include LinkedIntegrationRuntimeKeyAuthorization and LinkedIntegrationRuntimeRbacAuthorization.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.DataFactory.Models.UnknownLinkedIntegrationRuntimeType))]
public abstract class LinkedIntegrationRuntimeType : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.LinkedIntegrationRuntimeType>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.LinkedIntegrationRuntimeType>
public abstract class LinkedIntegrationRuntimeType
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.DataFactory.Models.UnknownLinkedIntegrationRuntimeType))>]
type LinkedIntegrationRuntimeType = class
    interface IJsonModel<LinkedIntegrationRuntimeType>
    interface IPersistableModel<LinkedIntegrationRuntimeType>
type LinkedIntegrationRuntimeType = class
Public MustInherit Class LinkedIntegrationRuntimeType
Implements IJsonModel(Of LinkedIntegrationRuntimeType), IPersistableModel(Of LinkedIntegrationRuntimeType)
Public MustInherit Class LinkedIntegrationRuntimeType
Inheritance
LinkedIntegrationRuntimeType
Derived
Attributes
Implements

Constructors

LinkedIntegrationRuntimeType()

Initializes a new instance of LinkedIntegrationRuntimeType.

Explicit Interface Implementations

IJsonModel<LinkedIntegrationRuntimeType>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LinkedIntegrationRuntimeType>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LinkedIntegrationRuntimeType>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LinkedIntegrationRuntimeType>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LinkedIntegrationRuntimeType>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to