RelationshipTypeMapping Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of RelationshipTypeMapping.
public RelationshipTypeMapping(System.Collections.Generic.IEnumerable<Azure.ResourceManager.CustomerInsights.Models.RelationshipTypeFieldMapping> fieldMappings);
new Azure.ResourceManager.CustomerInsights.Models.RelationshipTypeMapping : seq<Azure.ResourceManager.CustomerInsights.Models.RelationshipTypeFieldMapping> -> Azure.ResourceManager.CustomerInsights.Models.RelationshipTypeMapping
Public Sub New (fieldMappings As IEnumerable(Of RelationshipTypeFieldMapping))
Parameters
- fieldMappings
- IEnumerable<RelationshipTypeFieldMapping>
Maps a profile property with the StrongId of related profile. This is an array to support StrongIds that are composite key as well.
Exceptions
fieldMappings is null.