ArmCustomerInsightsModelFactory.RelationshipsLookup Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET