Partager via


IndexersOperationsExtensions.Get Méthode

Définition

Récupère une définition d’indexeur. https://docs.microsoft.com/rest/api/searchservice/Get-Indexer

public static Microsoft.Azure.Search.Models.Indexer Get (this Microsoft.Azure.Search.IIndexersOperations operations, string indexerName, Microsoft.Azure.Search.Models.SearchRequestOptions searchRequestOptions = default);
static member Get : Microsoft.Azure.Search.IIndexersOperations * string * Microsoft.Azure.Search.Models.SearchRequestOptions -> Microsoft.Azure.Search.Models.Indexer
<Extension()>
Public Function Get (operations As IIndexersOperations, indexerName As String, Optional searchRequestOptions As SearchRequestOptions = Nothing) As Indexer

Paramètres

operations
IIndexersOperations

Groupe d’opérations pour cette méthode d’extension.

indexerName
String

Le nom de l'indexeur à récupérer.

searchRequestOptions
SearchRequestOptions

Paramètres supplémentaires pour l’opération

Retours

S’applique à