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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET