Condividi tramite


QueryKeysOperationsExtensions.ListBySearchServiceAsync Metodo

Definizione

Restituisce l'elenco delle chiavi API di query per il servizio Ricerca di Azure specificato. 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))

Parametri

operations
IQueryKeysOperations

Gruppo di operazioni per questo metodo di estensione.

resourceGroupName
String

Nome del gruppo di risorse all'interno della sottoscrizione corrente. È possibile ottenere questo valore dall'API di Gestione risorse di Azure o dal portale.

searchServiceName
String

Nome dell'servizio di ricerca di Azure associato al gruppo di risorse specificato.

searchManagementRequestOptions
SearchManagementRequestOptionsInner

Parametri aggiuntivi per l'operazione

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Si applica a