Partager via


IndexesOperationsExtensions.Get Méthode

Définition

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

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

Paramètres

operations
IIndexesOperations

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

indexName
String

Nom de l’index à récupérer.

searchRequestOptions
SearchRequestOptions

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

Retours

S’applique à