CustomInstance Classe
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.
Opérations CustomInstance.
public class CustomInstance : Microsoft.Azure.CognitiveServices.Search.CustomSearch.ICustomInstance, Microsoft.Rest.IServiceOperations<Microsoft.Azure.CognitiveServices.Search.CustomSearch.CustomSearchClient>
type CustomInstance = class
interface IServiceOperations<CustomSearchClient>
interface ICustomInstance
Public Class CustomInstance
Implements ICustomInstance, IServiceOperations(Of CustomSearchClient)
- Héritage
-
CustomInstance
- Implémente
Constructeurs
CustomInstance(CustomSearchClient) |
Initialise une nouvelle instance de la classe CustomInstance. |
Propriétés
Client |
Obtient une référence à CustomSearchClient |
Méthodes
SearchWithHttpMessagesAsync(String, String, String, String, String, String, String, String, Nullable<Int32>, String, Nullable<Int32>, String, String, Nullable<Boolean>, String, Dictionary<String, List<String>>, CancellationToken) |
L’API Recherche personnalisée vous permet d’envoyer une requête de recherche à Bing et de récupérer les pages web trouvées dans votre vue personnalisée du web. |
Méthodes d’extension
SearchAsync(ICustomInstance, String, String, String, String, String, String, String, String, Nullable<Int32>, String, Nullable<Int32>, String, String, Nullable<Boolean>, String, CancellationToken) |
L’API Recherche personnalisée vous permet d’envoyer une requête de recherche à Bing et de récupérer les pages web trouvées dans votre vue personnalisée du web. |
S’applique à
Azure SDK for .NET