Поделиться через


SynapseLinkedIntegrationRuntimeType Class

Definition

The base definition of a linked integration runtime. Please note SynapseLinkedIntegrationRuntimeType 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 SynapseLinkedIntegrationRuntimeKeyAuthorization and SynapseLinkedIntegrationRuntimeRbacAuthorization.

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

Constructors

SynapseLinkedIntegrationRuntimeType()

Initializes a new instance of SynapseLinkedIntegrationRuntimeType.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapseLinkedIntegrationRuntimeType>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseLinkedIntegrationRuntimeType>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseLinkedIntegrationRuntimeType>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseLinkedIntegrationRuntimeType>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseLinkedIntegrationRuntimeType>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to