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
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