SearchIndexerClient.GetSkillset(String, CancellationToken) 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.
Gets a specific SearchIndexerSkillset.
public virtual Azure.Response<Azure.Search.Documents.Indexes.Models.SearchIndexerSkillset> GetSkillset (string skillsetName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSkillset : string * System.Threading.CancellationToken -> Azure.Response<Azure.Search.Documents.Indexes.Models.SearchIndexerSkillset>
override this.GetSkillset : string * System.Threading.CancellationToken -> Azure.Response<Azure.Search.Documents.Indexes.Models.SearchIndexerSkillset>
Public Overridable Function GetSkillset (skillsetName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SearchIndexerSkillset)
Parameters
- skillsetName
- String
Required. The name of the SearchIndexerSkillset to get.
- cancellationToken
- CancellationToken
Optional CancellationToken to propagate notifications that the operation should be canceled.
Returns
The Response<T> from the server containing the requested SearchIndexerSkillset.
Exceptions
Thrown when skillsetName
is null.
Thrown when a failure is returned by the Search service.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET