你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmCustomerInsightsModelFactory.LinkResourceFormatData 方法

定义

初始化 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

参数

name
String

名称。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

tenantId
Nullable<Guid>

集线器名称。

linkName
String

链接名称。

sourceEntityType
Nullable<EntityType>

源实体的类型。

targetEntityType
Nullable<EntityType>

目标实体的类型。

sourceEntityTypeName
String

源实体类型的名称。

targetEntityTypeName
String

目标实体类型的名称。

displayName
IDictionary<String,String>

链接的本地化显示名称。

description
IDictionary<String,String>

链接的本地化说明。

mappings
IEnumerable<TypePropertiesMapping>

源类型与目标类型之间的属性映射集。

participantPropertyReferences
IEnumerable<ParticipantPropertyReference>

表示参与配置文件的属性。

provisioningState
Nullable<ProvisioningState>

预配状态。

referenceOnly
Nullable<Boolean>

指示链接是否为仅引用链接。 如果定义了映射,则忽略此标志。 如果未定义映射并将其设置为 true,则链接处理将不会创建或更新配置文件。

operationType
Nullable<InstanceOperationType>

确定如果链接不是仅引用,则此链接是应该创建还是删除实例。

返回

用于模拟的新 LinkResourceFormatData 实例。

适用于