Share via


AtlasRelationshipWithExtInfo Class

Definition

The relationship with extended information.

public class AtlasRelationshipWithExtInfo : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Purview.DataMap.AtlasRelationshipWithExtInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Purview.DataMap.AtlasRelationshipWithExtInfo>
type AtlasRelationshipWithExtInfo = class
    interface IJsonModel<AtlasRelationshipWithExtInfo>
    interface IPersistableModel<AtlasRelationshipWithExtInfo>
Public Class AtlasRelationshipWithExtInfo
Implements IJsonModel(Of AtlasRelationshipWithExtInfo), IPersistableModel(Of AtlasRelationshipWithExtInfo)
Inheritance
AtlasRelationshipWithExtInfo
Implements

Properties

Name Description
ReferredEntities

The referred entity header.

Relationship

Atlas relationship instance.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<AtlasRelationshipWithExtInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AtlasRelationshipWithExtInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AtlasRelationshipWithExtInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AtlasRelationshipWithExtInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to