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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET