AnalyticsPurviewDataMapModelFactory.SearchHighlights 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 SearchHighlights.
public static Azure.Analytics.Purview.DataMap.SearchHighlights SearchHighlights(System.Collections.Generic.IEnumerable<string> id = default, System.Collections.Generic.IEnumerable<string> qualifiedName = default, System.Collections.Generic.IEnumerable<string> name = default, System.Collections.Generic.IEnumerable<string> description = default, System.Collections.Generic.IEnumerable<string> entityType = default);
static member SearchHighlights : seq<string> * seq<string> * seq<string> * seq<string> * seq<string> -> Azure.Analytics.Purview.DataMap.SearchHighlights
Public Shared Function SearchHighlights (Optional id As IEnumerable(Of String) = Nothing, Optional qualifiedName As IEnumerable(Of String) = Nothing, Optional name As IEnumerable(Of String) = Nothing, Optional description As IEnumerable(Of String) = Nothing, Optional entityType As IEnumerable(Of String) = Nothing) As SearchHighlights
Parameters
- id
- IEnumerable<String>
Id.
- qualifiedName
- IEnumerable<String>
Qualified name.
- name
- IEnumerable<String>
Name.
- description
- IEnumerable<String>
Description.
- entityType
- IEnumerable<String>
Entity type.
Returns
A new SearchHighlights instance for mocking.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET