Condividi tramite


RelationshipTypeFieldMapping Class

Definition

Map a field of profile to its corresponding StrongId in Related Profile.

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

Constructors

RelationshipTypeFieldMapping(String, String)

Initializes a new instance of RelationshipTypeFieldMapping.

Properties

ProfileFieldName

Specifies the fieldName in profile.

RelatedProfileKeyProperty

Specifies the KeyProperty (from StrongId) of the related profile.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RelationshipTypeFieldMapping>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RelationshipTypeFieldMapping>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RelationshipTypeFieldMapping>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RelationshipTypeFieldMapping>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RelationshipTypeFieldMapping>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to