你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AtlasRelatedTermHeader Class

Definition

The header of the related term.

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

Constructors

AtlasRelatedTermHeader()

Initializes a new instance of AtlasRelatedTermHeader.

Properties

Description

The description of the related term.

DisplayText

The display text.

Expression

The expression of the term.

RelationGuid

The GUID of the relationship.

Status

The status of term relationship.

Steward

The steward of the term.

TermGuid

The GUID of the term.

Explicit Interface Implementations

IJsonModel<AtlasRelatedTermHeader>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AtlasRelatedTermHeader>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AtlasRelatedTermHeader>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AtlasRelatedTermHeader>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AtlasRelatedTermHeader>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to