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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET