Freigeben über


SkillsetsOperationsExtensions.ListAsync Methode

Definition

Listet alle Skillsets in einem Suchdienst auf. https://docs.microsoft.com/rest/api/searchservice/list-skillset

public static System.Threading.Tasks.Task<Microsoft.Azure.Search.Models.SkillsetListResult> ListAsync (this Microsoft.Azure.Search.ISkillsetsOperations operations, Microsoft.Azure.Search.Models.SearchRequestOptions searchRequestOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Search.ISkillsetsOperations * Microsoft.Azure.Search.Models.SearchRequestOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Search.Models.SkillsetListResult>
<Extension()>
Public Function ListAsync (operations As ISkillsetsOperations, Optional searchRequestOptions As SearchRequestOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SkillsetListResult)

Parameter

operations
ISkillsetsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

searchRequestOptions
SearchRequestOptions

Zusätzliche Parameter für den Vorgang

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: