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.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET