Partager via


ISearchServices.ListQueryKeysAsync(String, String, CancellationToken) Méthode

Définition

Retourne la liste des clés d’API de requête pour le service Recherche Azure donné.

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Search.Fluent.IQueryKey>> ListQueryKeysAsync (string resourceGroupName, string searchServiceName, System.Threading.CancellationToken cancellationToken = default);
abstract member ListQueryKeysAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Search.Fluent.IQueryKey>>
Public Function ListQueryKeysAsync (resourceGroupName As String, searchServiceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of IQueryKey))

Paramètres

resourceGroupName
String

Nom du groupe de ressources au sein de l’abonnement actuel. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

searchServiceName
String

Le nom du service Search Azure associé au groupe de ressources spécifié.

cancellationToken
CancellationToken

Retours

S’applique à