AnalyticsPurviewDataMapModelFactory.LineageRelation 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 LineageRelation.
public static Azure.Analytics.Purview.DataMap.LineageRelation LineageRelation(string fromEntityId = default, string relationshipId = default, string toEntityId = default);
static member LineageRelation : string * string * string -> Azure.Analytics.Purview.DataMap.LineageRelation
Public Shared Function LineageRelation (Optional fromEntityId As String = Nothing, Optional relationshipId As String = Nothing, Optional toEntityId As String = Nothing) As LineageRelation
Parameters
- fromEntityId
- String
The GUID of from-entity.
- relationshipId
- String
The GUID of relationship.
- toEntityId
- String
The GUID of to-entity.
Returns
A new LineageRelation instance for mocking.