Share via


RelationshipsLookup Class

Definition

The definition of suggested relationship for the type.

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

Properties

ExistingRelationshipName

The name of existing Relationship.

ProfileName

The relationship profile.

ProfilePropertyReferences

The property references for the profile type.

RelatedProfileName

The related profile.

RelatedProfilePropertyReferences

The property references for the related profile type.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RelationshipsLookup>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RelationshipsLookup>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RelationshipsLookup>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RelationshipsLookup>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RelationshipsLookup>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to