AtlasTermCategorizationHeader Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The basic information for term categorization.
public class AtlasTermCategorizationHeader : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Purview.DataMap.AtlasTermCategorizationHeader>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Purview.DataMap.AtlasTermCategorizationHeader>
type AtlasTermCategorizationHeader = class
interface IJsonModel<AtlasTermCategorizationHeader>
interface IPersistableModel<AtlasTermCategorizationHeader>
Public Class AtlasTermCategorizationHeader
Implements IJsonModel(Of AtlasTermCategorizationHeader), IPersistableModel(Of AtlasTermCategorizationHeader)
- Inheritance
-
AtlasTermCategorizationHeader
- Implements
Constructors
AtlasTermCategorizationHeader() |
Initializes a new instance of AtlasTermCategorizationHeader. |
Properties
CategoryGuid |
The GUID of the category. |
Description |
The description of the record. |
DisplayText |
The display text. |
RelationGuid |
The GUID of the relationship. |
Status |
The status of term relationship. |
Explicit Interface Implementations
IJsonModel<AtlasTermCategorizationHeader>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AtlasTermCategorizationHeader>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AtlasTermCategorizationHeader>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AtlasTermCategorizationHeader>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AtlasTermCategorizationHeader>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET