RelationshipLinkFieldMapping(String, String) Constructor

Definition

Initializes a new instance of RelationshipLinkFieldMapping.

public RelationshipLinkFieldMapping (string interactionFieldName, string relationshipFieldName);
new Azure.ResourceManager.CustomerInsights.Models.RelationshipLinkFieldMapping : string * string -> Azure.ResourceManager.CustomerInsights.Models.RelationshipLinkFieldMapping
Public Sub New (interactionFieldName As String, relationshipFieldName As String)

Parameters

interactionFieldName
String

The field name on the Interaction Type.

relationshipFieldName
String

The field name on the Relationship metadata.

Exceptions

interactionFieldName or relationshipFieldName is null.

Applies to