QueryKeysOperationsExtensions.ListBySearchServiceAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne la liste des clés d’API de requête pour le service Recherche Azure donné. 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))
Paramètres
- operations
- IQueryKeysOperations
Groupe d’opérations pour cette méthode d’extension.
- 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é.
- searchManagementRequestOptions
- SearchManagementRequestOptionsInner
Paramètres supplémentaires pour l’opération
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET