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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET