AnalyticsPurviewDataMapModelFactory.AtlasRelationshipWithExtInfo 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 AtlasRelationshipWithExtInfo.
public static Azure.Analytics.Purview.DataMap.AtlasRelationshipWithExtInfo AtlasRelationshipWithExtInfo (System.Collections.Generic.IReadOnlyDictionary<string,Azure.Analytics.Purview.DataMap.AtlasEntityHeader> referredEntities = default, Azure.Analytics.Purview.DataMap.AtlasRelationship relationship = default);
static member AtlasRelationshipWithExtInfo : System.Collections.Generic.IReadOnlyDictionary<string, Azure.Analytics.Purview.DataMap.AtlasEntityHeader> * Azure.Analytics.Purview.DataMap.AtlasRelationship -> Azure.Analytics.Purview.DataMap.AtlasRelationshipWithExtInfo
Public Shared Function AtlasRelationshipWithExtInfo (Optional referredEntities As IReadOnlyDictionary(Of String, AtlasEntityHeader) = Nothing, Optional relationship As AtlasRelationship = Nothing) As AtlasRelationshipWithExtInfo
Parameters
- referredEntities
- IReadOnlyDictionary<String,AtlasEntityHeader>
The referred entity header.
- relationship
- AtlasRelationship
Atlas relationship instance.
Returns
A new AtlasRelationshipWithExtInfo instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET