Share via


SynapseEntityReference Class

Definition

The entity reference.

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

Constructors

Name Description
SynapseEntityReference()

Initializes a new instance of SynapseEntityReference.

Properties

Name Description
IntegrationRuntimeEntityReferenceType

The type of this referenced entity.

ReferenceName

The name of this referenced entity.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<SynapseEntityReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseEntityReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseEntityReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseEntityReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseEntityReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to