ArmCustomerInsightsModelFactory.CanonicalProfileDefinitionPropertiesItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of CanonicalProfileDefinitionPropertiesItem.
public static Azure.ResourceManager.CustomerInsights.Models.CanonicalProfileDefinitionPropertiesItem CanonicalProfileDefinitionPropertiesItem (string profileName = default, string profilePropertyName = default, int? rank = default, Azure.ResourceManager.CustomerInsights.Models.CanonicalPropertyValueType? valueType = default, string value = default);
static member CanonicalProfileDefinitionPropertiesItem : string * string * Nullable<int> * Nullable<Azure.ResourceManager.CustomerInsights.Models.CanonicalPropertyValueType> * string -> Azure.ResourceManager.CustomerInsights.Models.CanonicalProfileDefinitionPropertiesItem
Public Shared Function CanonicalProfileDefinitionPropertiesItem (Optional profileName As String = Nothing, Optional profilePropertyName As String = Nothing, Optional rank As Nullable(Of Integer) = Nothing, Optional valueType As Nullable(Of CanonicalPropertyValueType) = Nothing, Optional value As String = Nothing) As CanonicalProfileDefinitionPropertiesItem
Parameters
- profileName
- String
Profile name.
- profilePropertyName
- String
Property name of profile.
- valueType
- Nullable<CanonicalPropertyValueType>
Type of canonical property value.
- value
- String
Value of the canonical property.
Returns
A new CanonicalProfileDefinitionPropertiesItem instance for mocking.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.