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

ContactSearchResultValue Class

Definition

The contact in the search and suggest result.

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

Properties

ContactType

The type of the contact. It can be Expert or Owner for an entity. It can be Expert or Steward for a glossary term.

Id

The GUID of the contact.

Info

The description of the contact.

Explicit Interface Implementations

IJsonModel<ContactSearchResultValue>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContactSearchResultValue>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContactSearchResultValue>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContactSearchResultValue>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContactSearchResultValue>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to