EntityReference Class

Definition

The entity reference.

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

Constructors

EntityReference()

Initializes a new instance of EntityReference.

Properties

IntegrationRuntimeEntityReferenceType

The type of this referenced entity.

ReferenceName

The name of this referenced entity.

Explicit Interface Implementations

IJsonModel<EntityReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EntityReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EntityReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EntityReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EntityReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to