Freigeben über


ArmCustomerInsightsModelFactory.CanonicalProfileDefinitionPropertiesItem Methode

Definition

Initialisiert eine neue instance von 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

Parameter

profileName
String

Profilname.

profilePropertyName
String

Eigenschaftsname des Profils.

rank
Nullable<Int32>

Der Rang.

valueType
Nullable<CanonicalPropertyValueType>

Typ des kanonischen Eigenschaftswerts.

value
String

Wert der kanonischen Eigenschaft.

Gibt zurück

Eine neue CanonicalProfileDefinitionPropertiesItem instance zum Mocking.

Gilt für: