SearchModelFactory.ResetSkillsOptions(IEnumerable<String>) Method

Definition

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.

Applies to