ArmCustomerInsightsModelFactory.ProfileResourceFormatData 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 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
Parâmetros
A ID.
- name
- String
O nome.
- resourceType
- ResourceType
O resourceType.
- systemData
- SystemData
O systemData.
- attributes
- IDictionary<String,IList<String>>
Os atributos para o Tipo.
- description
- IDictionary<String,String>
Descrições localizadas para a propriedade .
- displayName
- IDictionary<String,String>
Nomes de exibição localizados para a propriedade .
- localizedAttributes
- IDictionary<String,IDictionary<String,String>>
Todos os atributos localizados personalizados para o Tipo.
- smallImage
- String
Imagem pequena associada à Propriedade ou EntityType.
- mediumImage
- String
Imagem Média associada à Propriedade ou EntityType.
- largeImage
- String
Imagem grande associada à Propriedade ou EntityType.
- apiEntitySetName
- String
O nome do conjunto de entidades de API. Isso se torna o nome do conjunto de entidades odata para o tipo de entidade que está sendo referenciado neste objeto.
- entityType
- Nullable<EntityType>
Tipo de entidade.
- fields
- IEnumerable<PropertyDefinition>
As propriedades do Perfil.
- lastChangedUtc
- Nullable<DateTimeOffset>
O último tempo alterado para a definição de tipo.
- provisioningState
- Nullable<ProvisioningState>
Estado de provisionamento.
- schemaItemTypeLink
- String
O link da organização do esquema. Isso ajuda a ACI a identificar e sugerir modelos semânticos.
- timestampFieldName
- String
O nome da propriedade timestamp. Representa a hora em que a interação ou a atualização de perfil ocorreu.
- typeName
- String
Nome da entidade.
- strongIds
- IEnumerable<StrongId>
As IDs fortes.
Retornos
Uma nova ProfileResourceFormatData instância para zombar.
Aplica-se a
Azure SDK for .NET