Condividi tramite


RelationshipLinkFieldMapping Class

Definition

The fields mapping for Relationships.

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

Constructors

RelationshipLinkFieldMapping(String, String)

Initializes a new instance of RelationshipLinkFieldMapping.

Properties

InteractionFieldName

The field name on the Interaction Type.

LinkType

Link type.

RelationshipFieldName

The field name on the Relationship metadata.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RelationshipLinkFieldMapping>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RelationshipLinkFieldMapping>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RelationshipLinkFieldMapping>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RelationshipLinkFieldMapping>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RelationshipLinkFieldMapping>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to