ArmCustomerInsightsModelFactory.CanonicalProfileDefinitionPropertiesItem Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.
- 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:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET