TypePropertiesMapping(String, String) Constructor

Definition

Initializes a new instance of TypePropertiesMapping.

public TypePropertiesMapping (string sourcePropertyName, string targetPropertyName);
new Azure.ResourceManager.CustomerInsights.Models.TypePropertiesMapping : string * string -> Azure.ResourceManager.CustomerInsights.Models.TypePropertiesMapping
Public Sub New (sourcePropertyName As String, targetPropertyName As String)

Parameters

sourcePropertyName
String

Property name on the source Entity Type.

targetPropertyName
String

Property name on the target Entity Type.

Exceptions

sourcePropertyName or targetPropertyName is null.

Applies to