ArmCustomerInsightsModelFactory.LinkResourceFormatData メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パラメーター
ID。
- name
- String
名前。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- 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>
プロビジョニングの状態。
リンクが参照のみのリンクであるかどうかを示します。 マッピングが定義されている場合、このフラグは無視されます。 マッピングが定義されておらず、true に設定されている場合、リンク処理ではプロファイルは作成または更新されません。
- operationType
- Nullable<InstanceOperationType>
Link が参照のみでない場合に、このリンクでインスタンスを作成または削除するかどうかを指定します。
戻り値
モック作成用の新しい LinkResourceFormatData インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET