Freigeben über


ArmCustomerInsightsModelFactory.RelationshipsLookup Methode

Definition

Initialisiert eine neue instance von 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

Parameter

profileName
String

Das Beziehungsprofil.

profilePropertyReferences
IEnumerable<ParticipantProfilePropertyReference>

Die -Eigenschaft verweist auf den Profiltyp.

relatedProfileName
String

Das zugehörige Profil.

relatedProfilePropertyReferences
IEnumerable<ParticipantProfilePropertyReference>

Die -Eigenschaft verweist auf den zugehörigen Profiltyp.

existingRelationshipName
String

Der Name der vorhandenen Beziehung.

Gibt zurück

Eine neue RelationshipsLookup instance zum Simulieren.

Gilt für: