AnalyticsPurviewDataMapModelFactory.ContactSearchResultValue 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 ContactSearchResultValue.
public static Azure.Analytics.Purview.DataMap.ContactSearchResultValue ContactSearchResultValue (string id = default, string info = default, string contactType = default);
static member ContactSearchResultValue : string * string * string -> Azure.Analytics.Purview.DataMap.ContactSearchResultValue
Public Shared Function ContactSearchResultValue (Optional id As String = Nothing, Optional info As String = Nothing, Optional contactType As String = Nothing) As ContactSearchResultValue
Parameters
- id
- String
The GUID of the contact.
- info
- String
The description of the contact.
- contactType
- String
The type of the contact. It can be Expert or Owner for an entity. It can be Expert or Steward for a glossary term.
Returns
A new ContactSearchResultValue 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