ArmCustomerInsightsModelFactory.RelationshipsLookup Method

Definition

Initializes a new instance of RelationshipsLookup.

public static Azure.ResourceManager.CustomerInsights.Models.RelationshipsLookup RelationshipsLookup (string profileName = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CustomerInsights.Models.ParticipantProfilePropertyReference> profilePropertyReferences = default, string relatedProfileName = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CustomerInsights.Models.ParticipantProfilePropertyReference> relatedProfilePropertyReferences = default, string existingRelationshipName = default);
static member RelationshipsLookup : string * seq<Azure.ResourceManager.CustomerInsights.Models.ParticipantProfilePropertyReference> * string * seq<Azure.ResourceManager.CustomerInsights.Models.ParticipantProfilePropertyReference> * string -> Azure.ResourceManager.CustomerInsights.Models.RelationshipsLookup
Public Shared Function RelationshipsLookup (Optional profileName As String = Nothing, Optional profilePropertyReferences As IEnumerable(Of ParticipantProfilePropertyReference) = Nothing, Optional relatedProfileName As String = Nothing, Optional relatedProfilePropertyReferences As IEnumerable(Of ParticipantProfilePropertyReference) = Nothing, Optional existingRelationshipName As String = Nothing) As RelationshipsLookup

Parameters

profileName
String

The relationship profile.

profilePropertyReferences
IEnumerable<ParticipantProfilePropertyReference>

The property references for the profile type.

relatedProfileName
String

The related profile.

relatedProfilePropertyReferences
IEnumerable<ParticipantProfilePropertyReference>

The property references for the related profile type.

existingRelationshipName
String

The name of existing Relationship.

Returns

A new RelationshipsLookup instance for mocking.

Applies to