Sdílet prostřednictvím


QueryKeysOperationsExtensions.ListBySearchServiceAsync Metoda

Definice

Vrátí seznam klíčů rozhraní API pro dotazy pro danou Search Azure. https://aka.ms/search-manage

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Search.Fluent.Models.QueryKeyInner>> ListBySearchServiceAsync(this Microsoft.Azure.Management.Search.Fluent.IQueryKeysOperations operations, string resourceGroupName, string searchServiceName, Microsoft.Azure.Management.Search.Fluent.Models.SearchManagementRequestOptionsInner searchManagementRequestOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member ListBySearchServiceAsync : Microsoft.Azure.Management.Search.Fluent.IQueryKeysOperations * string * string * Microsoft.Azure.Management.Search.Fluent.Models.SearchManagementRequestOptionsInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Search.Fluent.Models.QueryKeyInner>>
<Extension()>
Public Function ListBySearchServiceAsync (operations As IQueryKeysOperations, resourceGroupName As String, searchServiceName As String, Optional searchManagementRequestOptions As SearchManagementRequestOptionsInner = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of QueryKeyInner))

Parametry

operations
IQueryKeysOperations

Skupina operací pro tuto metodu rozšíření.

resourceGroupName
String

Název skupiny prostředků v rámci aktuálního předplatného. Tuto hodnotu můžete získat z rozhraní API azure Resource Manager nebo z portálu.

searchServiceName
String

Název azure Search přidružený k zadané skupině prostředků.

searchManagementRequestOptions
SearchManagementRequestOptionsInner

Další parametry pro operaci

cancellationToken
CancellationToken

Token zrušení.

Návraty

Platí pro