Partilhar via


ArmCustomerInsightsModelFactory.RelationshipsLookup Método

Definição

Inicializa uma nova instância de 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

Parâmetros

profileName
String

O perfil de relação.

profilePropertyReferences
IEnumerable<ParticipantProfilePropertyReference>

As referências de propriedade para o tipo de perfil.

relatedProfileName
String

O perfil relacionado.

relatedProfilePropertyReferences
IEnumerable<ParticipantProfilePropertyReference>

As referências de propriedade para o tipo de perfil relacionado.

existingRelationshipName
String

O nome da Relação existente.

Retornos

Uma nova RelationshipsLookup instância para simulação.

Aplica-se a