ArmCustomerInsightsModelFactory.ProfileResourceFormatData メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ProfileResourceFormatData の新しいインスタンスを初期化します。
public static Azure.ResourceManager.CustomerInsights.ProfileResourceFormatData ProfileResourceFormatData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<string>> attributes = default, System.Collections.Generic.IDictionary<string,string> description = default, System.Collections.Generic.IDictionary<string,string> displayName = default, System.Collections.Generic.IDictionary<string,System.Collections.Generic.IDictionary<string,string>> localizedAttributes = default, string smallImage = default, string mediumImage = default, string largeImage = default, string apiEntitySetName = default, Azure.ResourceManager.CustomerInsights.Models.EntityType? entityType = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CustomerInsights.Models.PropertyDefinition> fields = default, int? instancesCount = default, DateTimeOffset? lastChangedUtc = default, Azure.ResourceManager.CustomerInsights.Models.ProvisioningState? provisioningState = default, string schemaItemTypeLink = default, Guid? tenantId = default, string timestampFieldName = default, string typeName = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CustomerInsights.Models.StrongId> strongIds = default);
static member ProfileResourceFormatData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<string>> * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, System.Collections.Generic.IDictionary<string, string>> * string * string * string * string * Nullable<Azure.ResourceManager.CustomerInsights.Models.EntityType> * seq<Azure.ResourceManager.CustomerInsights.Models.PropertyDefinition> * Nullable<int> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.CustomerInsights.Models.ProvisioningState> * string * Nullable<Guid> * string * string * seq<Azure.ResourceManager.CustomerInsights.Models.StrongId> -> Azure.ResourceManager.CustomerInsights.ProfileResourceFormatData
Public Shared Function ProfileResourceFormatData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional attributes As IDictionary(Of String, IList(Of String)) = Nothing, Optional description As IDictionary(Of String, String) = Nothing, Optional displayName As IDictionary(Of String, String) = Nothing, Optional localizedAttributes As IDictionary(Of String, IDictionary(Of String, String)) = Nothing, Optional smallImage As String = Nothing, Optional mediumImage As String = Nothing, Optional largeImage As String = Nothing, Optional apiEntitySetName As String = Nothing, Optional entityType As Nullable(Of EntityType) = Nothing, Optional fields As IEnumerable(Of PropertyDefinition) = Nothing, Optional instancesCount As Nullable(Of Integer) = Nothing, Optional lastChangedUtc As Nullable(Of DateTimeOffset) = Nothing, Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional schemaItemTypeLink As String = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional timestampFieldName As String = Nothing, Optional typeName As String = Nothing, Optional strongIds As IEnumerable(Of StrongId) = Nothing) As ProfileResourceFormatData
パラメーター
ID。
- name
- String
名前。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- attributes
- IDictionary<String,IList<String>>
Type の属性。
- description
- IDictionary<String,String>
プロパティのローカライズされた説明。
- displayName
- IDictionary<String,String>
プロパティのローカライズされた表示名。
- localizedAttributes
- IDictionary<String,IDictionary<String,String>>
Type のカスタム ローカライズされた属性。
- smallImage
- String
Property または EntityType に関連付けられている小さなイメージ。
- mediumImage
- String
Property または EntityType に関連付けられている中間イメージ。
- largeImage
- String
Property または EntityType に関連付けられている大きなイメージ。
- apiEntitySetName
- String
API エンティティ セット名。 これは、このオブジェクトで参照されるエンティティ型の odata エンティティ セット名になります。
- entityType
- Nullable<EntityType>
エンティティの種類。
- fields
- IEnumerable<PropertyDefinition>
プロファイルのプロパティ。
- lastChangedUtc
- Nullable<DateTimeOffset>
型定義の最終変更時刻。
- provisioningState
- Nullable<ProvisioningState>
プロビジョニングの状態。
- schemaItemTypeLink
- String
スキーマ組織のリンク。 これは、ACI がセマンティック モデルを識別して提案するのに役立ちます。
- timestampFieldName
- String
timestamp プロパティ名。 相互作用またはプロファイルの更新が発生した時刻を表します。
- typeName
- String
エンティティの名前。
- strongIds
- IEnumerable<StrongId>
強力な ID。
戻り値
モック作成用の新しい ProfileResourceFormatData インスタンス。
適用対象
Azure SDK for .NET