SearchModelFactory.ResetSkillsOptions(IEnumerable<String>) 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.
The type of the skill names.
public static Azure.Search.Documents.Indexes.Models.ResetSkillsOptions ResetSkillsOptions(System.Collections.Generic.IEnumerable<string> skillNameList = default);
static member ResetSkillsOptions : seq<string> -> Azure.Search.Documents.Indexes.Models.ResetSkillsOptions
Public Shared Function ResetSkillsOptions (Optional skillNameList As IEnumerable(Of String) = Nothing) As ResetSkillsOptions
Parameters
- skillNameList
- IEnumerable<String>
the names of skills to be reset.
Returns
A new ResetSkillsOptions instance for mocking.