Partilhar via


ArmCustomerInsightsModelFactory.LinkResourceFormatData Método

Definição

Inicializa uma nova instância de LinkResourceFormatData.

public static Azure.ResourceManager.CustomerInsights.LinkResourceFormatData LinkResourceFormatData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Guid? tenantId = default, string linkName = default, Azure.ResourceManager.CustomerInsights.Models.EntityType? sourceEntityType = default, Azure.ResourceManager.CustomerInsights.Models.EntityType? targetEntityType = default, string sourceEntityTypeName = default, string targetEntityTypeName = default, System.Collections.Generic.IDictionary<string,string> displayName = default, System.Collections.Generic.IDictionary<string,string> description = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CustomerInsights.Models.TypePropertiesMapping> mappings = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CustomerInsights.Models.ParticipantPropertyReference> participantPropertyReferences = default, Azure.ResourceManager.CustomerInsights.Models.ProvisioningState? provisioningState = default, bool? referenceOnly = default, Azure.ResourceManager.CustomerInsights.Models.InstanceOperationType? operationType = default);
static member LinkResourceFormatData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Guid> * string * Nullable<Azure.ResourceManager.CustomerInsights.Models.EntityType> * Nullable<Azure.ResourceManager.CustomerInsights.Models.EntityType> * string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * seq<Azure.ResourceManager.CustomerInsights.Models.TypePropertiesMapping> * seq<Azure.ResourceManager.CustomerInsights.Models.ParticipantPropertyReference> * Nullable<Azure.ResourceManager.CustomerInsights.Models.ProvisioningState> * Nullable<bool> * Nullable<Azure.ResourceManager.CustomerInsights.Models.InstanceOperationType> -> Azure.ResourceManager.CustomerInsights.LinkResourceFormatData
Public Shared Function LinkResourceFormatData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional linkName As String = Nothing, Optional sourceEntityType As Nullable(Of EntityType) = Nothing, Optional targetEntityType As Nullable(Of EntityType) = Nothing, Optional sourceEntityTypeName As String = Nothing, Optional targetEntityTypeName As String = Nothing, Optional displayName As IDictionary(Of String, String) = Nothing, Optional description As IDictionary(Of String, String) = Nothing, Optional mappings As IEnumerable(Of TypePropertiesMapping) = Nothing, Optional participantPropertyReferences As IEnumerable(Of ParticipantPropertyReference) = Nothing, Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional referenceOnly As Nullable(Of Boolean) = Nothing, Optional operationType As Nullable(Of InstanceOperationType) = Nothing) As LinkResourceFormatData

Parâmetros

name
String

O nome.

resourceType
ResourceType

O resourceType.

systemData
SystemData

O systemData.

tenantId
Nullable<Guid>

O nome do hub.

linkName
String

O nome do link.

sourceEntityType
Nullable<EntityType>

Tipo de entidade de origem.

targetEntityType
Nullable<EntityType>

Tipo de entidade de destino.

sourceEntityTypeName
String

Nome do tipo de entidade de origem.

targetEntityTypeName
String

Nome do tipo de entidade de destino.

displayName
IDictionary<String,String>

Nome de exibição localizado para o Link.

description
IDictionary<String,String>

Descrições localizadas para o Link.

mappings
IEnumerable<TypePropertiesMapping>

O conjunto de mapeamentos de propriedades entre os tipos de origem e de destino.

participantPropertyReferences
IEnumerable<ParticipantPropertyReference>

As propriedades que representam o perfil participante.

provisioningState
Nullable<ProvisioningState>

Estado de provisionamento.

referenceOnly
Nullable<Boolean>

Indicando se o link é apenas um link de referência. Esse sinalizador será ignorado se os Mapeamentos forem definidos. Se os mapeamentos não forem definidos e estiverem definidos como true, o processamento de links não criará nem atualizará perfis.

operationType
Nullable<InstanceOperationType>

Determina se esse link deve criar ou excluir instâncias se Link não for Somente Referência.

Retornos

Uma nova LinkResourceFormatData instância para zombar.

Aplica-se a