QueryKeysOperationsExtensions.ListBySearchService 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 cognitive Azure donné. https://aka.ms/search-manage
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Search.Models.QueryKey> ListBySearchService (this Microsoft.Azure.Management.Search.IQueryKeysOperations operations, string resourceGroupName, string searchServiceName, Microsoft.Azure.Management.Search.Models.SearchManagementRequestOptions searchManagementRequestOptions = default);
static member ListBySearchService : Microsoft.Azure.Management.Search.IQueryKeysOperations * string * string * Microsoft.Azure.Management.Search.Models.SearchManagementRequestOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Search.Models.QueryKey>
<Extension()>
Public Function ListBySearchService (operations As IQueryKeysOperations, resourceGroupName As String, searchServiceName As String, Optional searchManagementRequestOptions As SearchManagementRequestOptions = Nothing) As IPage(Of QueryKey)
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
Nom du service Recherche cognitive Azure associé au groupe de ressources spécifié.
- searchManagementRequestOptions
- SearchManagementRequestOptions
Paramètres supplémentaires pour l’opération
Retours
S’applique à
Azure SDK for .NET